has sat for the 2022
Basic Arabic and Islamic Certificate Examanination (BAICE)
and has obtained the grades listed below
| Gender: |
@if ($result->gender == 'M')
Male
@elseif ($result->gender == 'F')
Female
@endif
|
| Exam Number: |
{{ $result->candidate_no }} |
{{--
000{{ $result->school->id }}{{ $result->id }}
--}}
| Subject |
Grade |
@php
$eng = $result->result ? $result->result['English'] : null;
$math = $result->result ? $result->result['Mathematics'] : null;
$basictech = $result->result ? $result->result['Basic_tech'] : null;
$pvc = $result->result ? $result->result['Pre_vocattional'] : null;
$nat = $result->result ? $result->result['National_values'] : null;
$hausa = $result->result ? $result->result['Hausa'] : null;
$irs = $result->result ? $result->result['Irs'] : null;
$irs2 = $result->result ? $result->result['Irs2'] : null;
$ihs = $result->result ? $result->result['Islamic_history_sirah'] : null;
$sirah = $result->result ? $result->result['Sirah'] : null;
$arabic = $result->result ? $result->result['Arabic1'] : null;
$arabic2 = $result->result ? $result->result['Arabic2'] : null;
$hadith = $result->result ? $result->result['Hadith'] : null;
$bus = $result->result ? $result->result['Business_studies'] : null;
$cca = $result->result ? $result->result['Cultural_creative'] : null;
// $yoruba = $result->studentgrades ? $result->studentgrades->where('subject_id', 6)->first() : null;
// $igbo = $result->studentgrades ? $result->studentgrades->where('subject_id', 7)->first() : null;
// $hist = $result->studentgrades ? $result->studentgrades->where('subject_id', 14)->first() : null;
// $french = $result->studentgrades ? $result->studentgrades->where('subject_id', 55)->first() : null;
// $qrd = base64_encode($result->examnumber);
// $sch = base64_encode($result->school_id);
// $ur = 'https://erd.kssqaa.org/certificate/' . $sch . '/' . $qrd;
$ur = [
$result->name,$result->candidate_no,"BAICE"];
@endphp
@if ($eng != null && $eng != 'F')
| English Language |
{{ $eng }} |
@endif
@if ($math != null && $math != 'F')
| Mathematics |
{{ $math }} |
@endif
@if ($basictech != null && $basictech != 'F')
| Basic Technology |
{{ $basictech }} |
@endif
@if ($pvc != null && $pvc != 'F')
| Pre-vocational Studies |
{{ $pvc }} |
@endif
@if ($nat != null && $nat != 'F')
| National Values |
{{ $nat }} |
@endif
@if ($hausa != null && $hausa != 'F')
| Hausa Language |
{{ $hausa }} |
@endif
@if ($irs != null && $irs != 'F')
| Islamic Religious Studies |
{{ $irs }} |
@endif
@if ($irs2 != null && $irs2 != 'F')
| Islamic Religious Studies II |
{{ $irs2 }} |
@endif
@if ($ihs != null && $ihs != 'F')
| Islamic History |
{{ $ihs }} |
@endif
@if ($ihs == null)
@if ($sirah != null && $sirah != 'F')
| Islamic History |
{{ $sirah }} |
@endif
@endif
@if ($arabic != null && $arabic != 'F')
| Arabic Language |
{{ $arabic }} |
@endif
@if ($arabic == null)
@if ($arabic2 != null && $arabic2 != 'F')
| Arabic Language |
{{ $arabic2 }} |
@endif
@endif
@if ($hadith != null && $hadith != 'F')
| Hadith |
{{ $hadith }} |
@endif
@if ($bus != null && $bus != 'F')
| Business Studies |
{{ $bus }} |
@endif
@if ($cca != null && $cca != 'F')
| Cultural and Creative Arts |
{{ $cca }} |
@endif
{{--
@if ($crs != null && $crs->disp == 1)
| Christian Religious Studies |
{{ $crs ? $crs->grade : '' }} |
@endif
@if ($yoruba != null && $yoruba->disp == 1)
| Yoruba |
{{ $yoruba ? $yoruba->grade : '' }} |
@endif
@if ($igbo != null && $igbo->disp == 1)
| Igbo |
{{ $igbo ? $igbo->grade : '' }} |
@endif
@if ($hist != null && $hist->disp == 1)
| History |
{{ $hist ? $hist->grade : '' }} |
@endif
@if ($french != null && $french->disp == 1)
| French |
{{ $french ? $french->grade : '' }} |
@endif --}}
| ******************************** |
*** |
|
School Attended:
|
|
{{ $result->school->name }}
|
{{ QrCode::size(80)->style('dot')->eye('circle')->margin(1)->generate('xcvb') }}