@extends ('Layouts.Application') @section ('MainContent')
Update Your General Information
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf
@if (!empty($userDetails->image) && file_exists('img/StudentPicture/' . $userDetails->image)) {{ $userDetails->image }} @else profile picture @endif
@endsection