| {!! $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') !!} |
@endforeach
@else