@if (!empty($targetArr)) @foreach($targetArr as $value) @endforeach @else @endif
{!! 'Srl' !!} {!!trans('english.NAME')!!} {!!'Gender'!!} {!!'Email'!!} {!!'Phone'!!} {!!'Father\'s Name'!!} {!!'Mother\'s Name'!!} {!!'Date of Birth'!!} {!!'Subject'!!} {!!'SSC Institute Name'!!} {!!'SSC Passing Year'!!} {!!'SSC GPA'!!} {!!'HSC / Diploma Institute Name'!!} {!!'HSC / Diploma Passing Year'!!} {!!'HSC / Diploma GPA'!!} {!!'Bachelor Institute Name'!!} {!!'Bachelor Passing Year'!!} {!!'Bachelor CGPA'!!} {!!'Note'!!} {!!'Date'!!}
{!! $sl=$sl+1 !!} {!! $value->name !!} {!! Str::ucfirst($value->gender) !!} {!! $value->email !!} {!! $value->phone !!} {!! $value->father_name !!} {!! $value->mother_name !!} {!! $value->dob !!} {!! \App\Models\School::where('id', $value->subject)->first()->name !!} {!! $value->ssc_institute !!} {!! $value->ssc_passing_year !!} {!! $value->ssc_gpa !!} {!! $value->hsc_institute !!} {!! $value->hsc_passing_year !!} {!! $value->hsc_gpa !!} {!! $value->b_institute !!} {!! $value->b_passing_year !!} {!! $value->b_gpa !!} {!! $value->message !!} {!! date_format($value->created_at,'D, jS M, Y') !!}
{!!trans('english.EMPTY_DATA')!!}