Student Verification Booking Dashboard
@if($records) @foreach($records as $rec) @endforeach @else @endif
Date Student Details ID Card (Front) ID Card (Back) Center Action
{{date("j-M-Y",strtotime($rec->created_at))}} @if($rec->user)

Student Name:
{{$rec->user->fullname}}

@endif

Email :
{{$rec->institute_email_id}}

ID Number :
{{$rec->identity_number}}

@if($rec->identity_frontside) @endif @if($rec->identity_backside) @endif @if($rec->ridelocation){{$rec->ridelocation->location}}@endif
{!! $records->appends(request()->except('page'))->render() !!}