@include('partials.topbar')
Update Profile
@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Full Name
(You can not change the name)
Email Address
Phone Number
Enter Password
Update
@include('partials.bottombar')