@include('layouts.style')
@include('layouts.nav')
Edit Profile
@csrf
Name
{{ $errors->has('name') ? $errors->first('name') : '' }}
Mobile Number
{{ $errors->has('mobile') ? $errors->first('mobile') : '' }}
Email address
{{ $errors->has('email') ? $errors->first('email') : '' }}
Update
@include('layouts.footer') @include('layouts.script')