@extends('frontend.master') @section('title') {{ ___('frontend.Search Result') }} @endsection @section('main')

{{ setting('application_name') }}

{{--

{{ setting('application_name') }}

--}}

{{ setting('address') }}

{{-- @dd($data) --}}
  • {{ ___('frontend.Student Name') }} : {{ @$data['classSection']->student->first_name }} {{ @$data['classSection']->student->last_name }}
  • {{ ___('frontend.Guardian Name') }} : {{ @$data['classSection']->student->parent->guardian_name }}
  • {{ ___('frontend.DOB') }} : {{ dateFormat(@$data['classSection']->student->dob) }}
  • {{ ___('frontend.Guardian Phone') }} : {{ @$data['classSection']->student->parent->guardian_mobile }}
  • {{ ___('frontend.Class(Section)') }} : {{ @$data['classSection']->class->name }} ({{ @$data['classSection']->section->name }})
  • {{ ___('frontend.Guardian Email') }} : {{ @$data['classSection']->student->parent->guardian_email }}
  • {{ ___('frontend.Result') }} : {{ @$data['result'] }}
  • {{ ___('frontend.GPA') }} : @if($data['result'] == "Passed") {{ @$data['gpa'] }} @else {{ '0.00' }} @endif

{{ ___('frontend.Grade Sheet') }}

@foreach (@$data['marks_registers'] as $item) @endforeach
{{-- --}} {{___('common.PDF Download')}} {{ ___('frontend.Search Again') }}
@endsection