@if(@$user->profileImage)
@else
@endif

{{strtoupper($user->name)}}
- Name {{@(ucfirst($user->name))}}
- Email {{@$user->email}}
@if (\Session::has('success'))
@endif
- {!! \Session::get('success') !!}
@if ($errors->any())
@endif
- {{ $error }} @endforeach
@foreach ($errors->all() as $error)