@extends('layouts.admin') @section('title', 'Change Status') @section('content')
image
{{ $applicant->applicant_name }} {{ $applicant->applicant_father_name }}
Applicant Name
{{ $applicant->applicant_code }}
Applicant Code
{{ $applicant->applicant_phone }}
Phone
{{ $applicant->applicant_father_phone }}
Father Phone
{{ $applicant->applicant_mother_phone }}
Mother Phone
{{ $applicant->applicant_email }}
E-mail
Grade {{ $applicant->applicant_grade }}
Apply Year
{{--
@if ($applicant->is_active == 1)
Active
@else
is Active
@endif
State
--}}
@csrf @if ($applicant->applicant_status == '1')

Exam Information

{{-- waiting for exam --}}

@elseif($applicant->applicant_status == '2') {{-- Attended, Absent, again --}}

Attendance Status

@elseif($applicant->applicant_status == '3')

Choose Exam Result

{{-- pass, fail, repeat --}}

{{--
--}}
@elseif($applicant->applicant_status == '4')

Choose Meeting Date

{{-- choose meeting date --}}

@elseif($applicant->applicant_status == '5') {{-- Attended, Absent, again --}}

Attendance Status

@elseif($applicant->applicant_status == '6')

Choose Meeting Result

{{-- pass, fail, repeat --}}

@elseif($applicant->applicant_status == '7' )

Congratualtions

{{-- pass, fail, repeat --}}

Student Application Accpeted ✅🥳

@elseif($applicant->applicant_status == '8') {{-- Rejected --}}

Result

{{-- accepted, rejected --}}

Sorry This Applicant Was Rejected ❌

@elseif($applicant->applicant_status == '9')

Waiting List Result

{{-- pass, fail, repeat --}}

@endif @if($applicant->applicant_status == '7' || $applicant->applicant_status == '8') @else
@endif

Current Status

@endsection @section('js') @endsection