@extends ('Layouts.Application') @section ('MainContent')
Student Details Go Back
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf {!! method_field('put') !!}
@if ($studentDetails->profile_image && file_exists('img/StudentPicture/' . $studentDetails->profile_image)) {{ $studentDetails->student_name }} @else {{ $studentDetails->student_name }} @endif
Edit Picture
@include ( 'includes.branch_names', ['labelColWidth' => 2, 'fieldColWidth' => 3, 'asterisk' => true, 'storedData' => $studentDetails->branch] ) @include ( 'includes.branch_shift_version_names', ['labelColWidth' => 2, 'fieldColWidth' => 3, 'asterisk' => true, 'storedData' => $studentDetails->institute_branch_version_id] )
@include ( 'includes.class_names', ['labelColWidth' => 2, 'fieldColWidth' => 3, 'asterisk' => true, 'storedData' => $studentDetails->class_id] ) @include ( 'includes.group_names', ['labelColWidth' => 3, 'fieldColWidth' => 3, 'asterisk' => true, 'storedData' => $studentDetails->stu_group] )
@include ( 'includes.section_names', ['labelColWidth' => 2, 'fieldColWidth' => 3, 'asterisk' => true, 'storedData' => $studentDetails->section_id] )
8801
8801
8801

Testimonial Information

@if ($errors->has('jsc_roll'))
{{ $errors->first('jsc_roll',':message') }}
@endif
@if ($errors->has('jsc_registration'))
{{ $errors->first('jsc_registration',':message') }}
@endif
@if ($errors->has('jsc_board'))
{{ $errors->first('jsc_board',':message') }}
@endif
@if ($errors->has('jsc_passing_year'))
{{ $errors->first('jsc_passing_year',':message') }}
@endif
@if ($errors->has('jsc_gpa'))
{{ $errors->first('jsc_gpa',':message') }}
@endif

Transfer Certificate Information

@if ($errors->has('left_date'))
{{ $errors->first('left_date',':message') }}
@endif
@if ($errors->has('dues_paid_month'))
{{ $errors->first('dues_paid_month',':message') }}
@endif
@endsection