Education Schemes (शिक्षण योजना) Education Schemes (शिक्षण योजना) {{-- Edit Form --}} {{-- View Form --}} {{-- Scheme Listing --}}
@if(count($scheme_detail) == '0') @endif
@if($scheme_detail->contains('overall_status', 'rejected')) @endif @foreach ($scheme_detail as $index => $scheme) @if($scheme->overall_status == 'rejected') @if($scheme->hod_status == 'rejected') @elseif ($scheme->ac_status == 'rejected') @elseif($scheme->amc_status == 'rejected') @elseif($scheme->dmc_status == 'rejected') @else @endif @endif @endforeach
Sr.No Application No Full Name Mobile No StatusRejected ReasonAction
{{ $index + 1 }} {{$scheme->application_no}} {{$scheme->full_name}} {{$scheme->mobile_no}} @php if($scheme->overall_status == 'approved') { $class = 'bg-success'; }elseif($scheme->overall_status == 'rejected') { $class = 'bg-danger'; }else{ $class = 'bg-primary'; } @endphp @if($scheme->hod_status == 'approved' && $scheme->amc_status == 'pending') Approved by Hod @elseif ($scheme->ac_status == 'approved' && $scheme->hod_status == 'pending') Approved by Ac @elseif ($scheme->amc_status == 'approved' && $scheme->dmc_status == 'pending') Approved by AMC @else {{$scheme->overall_status}} @endif {{$scheme->hod_remark}}{{$scheme->ac_remark}}{{$scheme->amc_remark}}{{$scheme->dmc_remark}}NA @if($scheme->overall_status == 'rejected' || $scheme->hod_status == 'pending') @endif
{{-- Add --}}