@extends('layouts.site') @section('title','Application status') @section('style') @endsection @section('content')
{{--

{{$applicant->getStatusMessage();}}

--}}
Your Application code has been sent to your email "{{$applicant->applicant_email}}". If you did not receive the email, please check your spam/junk
@csrf
@if($applicant->academicYear && $applicant->academicYear->whatsapp_group_link)

Join Our WhatsApp Group

{!! QrCode::size(150)->generate($applicant->academicYear->whatsapp_group_link) !!}

Scan the QR code to join the WhatsApp group for updates.

@else
{{--

No WhatsApp group link available for this academic year.

--}}
@endif

Student Information

{{$applicant->applicant_code}}

{{$applicant->getStatusTitle()}}

{{$applicant->applicant_name}}

{{$applicant->applicant_current_school}}

{{$applicant->applicant_date_of_birth}}

{{'Grade '.$applicant->applicant_grade}}

{{$applicant->applicant_email}}


{{$applicant->applicant_phone}}


{{$applicant->applicant_address}}

Guardians Information

{{$applicant->applicant_father_name}}

{{$applicant->applicant_father_occupation}}

{{$applicant->applicant_father_email}}


{{$applicant->applicant_father_phone}}

{{$applicant->applicant_mother_name}}

{{$applicant->applicant_mother_occupation}}

{{$applicant->applicant_mother_email}}


{{$applicant->applicant_mother_phone}}

{{--

GAS Application


Application ID: {{$applicant->applicant_code}}
Status: {{$applicant->applicant_status}}

Student info


  1. Name
    {{$applicant->applicant_first_name.' '.$applicant->applicant_middle_name.' '.$applicant->applicant_last_name}}
  2. Email
    {{$applicant->applicant_email}}
  3. Student Phone
    {{$applicant->applicant_phone}}
  4. Parent Phone
    {{$applicant->applicant_parent_phone}}
  5. Date of birth
    {{$applicant->applicant_date_of_birth}}
  6. Year Applying For
    {{'grade '.$applicant->applicant_grade}}
--}} {{--
Admission

Application status.

@csrf
--}}
@endsection @section('js') @endsection