@extends ('Layouts.Application') @section ('MainContent')
Picture of {{ $studentDetails->student_name }} Back
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf
@if (!empty($studentDetails->profile_image) && file_exists('img/StudentPicture/' . $studentDetails->profile_image)) {{ $studentDetails->student_name }} @else No image @endif
@endsection