@extends('layouts.training_centre_layout')
@section('content')
{{ $centre->application_number ?? '❌ Not Generated' }}
{{ $basicDetails->centre_name ?? '❌ Not Provided' }}
{{ $basicDetails->director_name ?? '❌ Not Provided' }}
{{ $basicDetails->official_email ?? '❌ Not Provided' }}
{{ $basicDetails->primary_phone ?? '❌ Not Provided' }}
{{ $basicDetails->establish_year ?? '❌ Not Provided' }}
@if($basicDetails->website) {{ $basicDetails->website }} @else ❌ Not Provided @endif
{{ $address->address ?? '❌ Not Provided' }}
{{ $address->stateMapped->state_name_en ?? '❌ Not Provided' }}
{{ $address->districtMapped->district_name_en ?? '❌ Not Provided' }}
{{ $address->city ?? '❌ Not Provided' }}
{{ $address->pincode ?? '❌ Not Provided' }}
{{ $address->landmark ?? '❌ Not Provided' }}
Lat: {{ $address->latitude ?? '❌ N/A' }}
Long: {{ $address->longitude ?? '❌ N/A' }}
@if($address->latitude && $address->longitude)
@endif
Date of Birth: {{ $trainer->dob ? \Carbon\Carbon::parse($trainer->dob)->format('d M Y') : 'N/A' }}
Education: {{ $trainer->higher_qualification ?? 'N/A' }}
Experience: {{ $trainer->experience ? $trainer->experience . ' years' : 'N/A' }}
No trainers have been added yet.
{{ $infrastructure->total_area ?? '❌ Not Provided' }} sq ft
{{ $infrastructure->classrooms ?? '❌ Not Provided' }}
{{ $infrastructure->classroom_size_confirmation ?? '❌ Not Confirmed' }}
{{ $infrastructure->number_of_laboratories ?? '❌ Not Provided' }}
{{ $infrastructure->laboratory_size_confirmation ?? '❌ Not Confirmed' }}
❌ Not Provided
@endif{{ $payment->payment_mode ?? 'N/A' }}
{{ $payment->transaction_id ?? 'N/A' }}
{{ $payment->transaction_date ? \Carbon\Carbon::parse($payment->transaction_date)->format('d M Y') : 'N/A' }}
{{ $payment->amount ?? 'N/A' }}
{{ $payment->transaction_details ?? '-' }}
{{ count($files) }} {{ Str::plural('file', count($files)) }}
Track the progress of your centre application
{{ date('d-M-Y, h:i A', strtotime($statusInitiated->created_at)) }}
Your application has been successfully initiated. @if (!$isPendingComplete) Please complete and submit the Application Form. @endif
{{ date('d-M-Y, h:i A', strtotime($statusPending->created_at)) }}
Your application has been successfully submitted to the Authority for review.
{{ date('d-M-Y, h:i A', strtotime($statusDf->created_at)) }}
Your application contains some discrepancies. Please review the remarks, address the issues, and resubmit your application.
{{ date('d-M-Y, h:i A', strtotime($statusDr->created_at)) }}
Your application has been re-submitted successfully and is back in the review queue.
Your application is currently being reviewed by our admissions team. This process typically takes 5-7 business days.
{{ date('d-M-Y, h:i A', strtotime($statusDr->created_at)) }}
Your application is currently being reviewed by our admissions team after resubmission. This process typically takes 5-7 business days.
{{ date('d-M-Y, h:i A', strtotime($statusApproved->created_at)) }}
🎉 Congratulations! Your application has been successfully approved.
Your application will be either approved or rejected based on the ongoing review.