@php //dd(auth()->user()->hasRole('consultant')); @endphp @include('includes.header')
@if(session('error'))

{{session('error')}}

@endif

Change Password

{{csrf_field()}}
@if($errors->has('old_password')) {{ $errors->has('old_password') }} @endif
@if($errors->has('password')) {{ $errors->has('password') }} @endif
@if($errors->has('password_confirmation')) {{ $errors->has('password_confirmation') }} @endif
Cancel {{----}}
@include('includes.footer')