@include('layouts.style') @include('layouts.nav')

Edit Profile

@csrf
{{ $errors->has('name') ? $errors->first('name') : '' }}
{{ $errors->has('mobile') ? $errors->first('mobile') : '' }}
{{ $errors->has('email') ? $errors->first('email') : '' }}
@include('layouts.footer') @include('layouts.script')