@extends('backend.superadmin.index') @section('body')
@include('layouts.message')

Filter Records

Student Name
Grade
Date From
Till Date
@if(request('grade') || request('name')) Export Records @else Export Records @endif

Quiz Applied Records

@foreach($records as $key=>$record) @endforeach
SN Photo Full Name Address Hobby Parent Name Contact Number Email FB link School Details Action
Self Father Mother School Name School Address Principal Name Principal Mobile Recommendation Letter Grade
{{++$key}} @if(isset($record->image)) @endif {{$record->full_name}} {{$record->current_address}} @if($record->hobby=='Others') {{$record->hobby}} : {{$record->hobby_other}} @else {{$record->hobby}} @endif {{$record->parent_name}} {{$record->mobile_number}} {{$record->mother_contact}} {{$record->father_contact}} {{$record->email}} @if(isset($record->facebook_link)) Open Facebook @else NA @endif {{$record->school_name}} {{$record->school_address}} {{$record->principal_name}} {{$record->principal_mobile}} @if(isset($record->letter)) View Letter @endif {{$record->grade}} Delete
{{$records->withQueryString()}}
@endsection