@extends('layouts.dashboard') @section('title', 'Change Password') @section('page-title', 'Change Password') @section('content')
@if(session('success')) @endif @if($errors->any()) @endif
@csrf
Password must be at least 8 characters long
Back to Dashboard
@endsection