@include('layout.header') RAV Accreditation
@include('layout.topbar')
@if (Auth::user()->role == 1) @include('layout.sidebar') @elseif(Auth::user()->role == 2) @include('layout.siderTp') @elseif(Auth::user()->role == 3) @include('layout.sideAss') @elseif(Auth::user()->role == 4) @include('layout.sideprof') @elseif(Auth::user()->role == 5) @include('layout.secretariat') @elseif(Auth::user()->role == 6) @include('layout.sidbarAccount') @endif @include('layout.rightbar')
@if (Session::has('success')) @elseif (Session::has('warning')) @elseif(Session::has('fail')) @endif @if (Session::has('error')) @elseif(Session::has('fail')) @endif

National Application

@isset($collection) @foreach ($collection as $k => $item) @if (Auth::user()->role == 6) @endif @if (Auth::user()->role == 1) @endif {{-- popup form --}} @if (Auth::user()->role != 6)
Sr.No Level Application No. Courses Total Fee Payment Date Status Action
{{ $k + 1 }} {{ $item->level_id ?? '' }} {{ $item->application_uid }} {{ $item->courses->count() ?? '' }} @php $totalAmount = 0; $paymentNumbers = []; @endphp @foreach ($item->payments as $payment) @php $totalAmount += $payment->amount; $paymentNumbers[] = $loop->iteration; @endphp @if ($loop->iteration == 1) {{ $payment->currency }} @endif @endforeach @if ($totalAmount !== 0) {{ $totalAmount }}({{ implode(', ', $paymentNumbers) }}) @endif {{ \Carbon\Carbon::parse($item->payment->payment_date ?? '')->format('d-m-Y') }} @php $availableReport = checkReportAvailableOrNot($item->id); @endphp @if (totalDocumentsCount($item->id) > 0)
@if ($availableReport != null) Application In Processing @else Application In Processing @endif @if (auth()->user()->role == 1) @if ($item->is_payment_acknowledge != 1 || $item->is_payment_acknowledge == null)
@csrf
@endif @endif
@else @php $payment = $item->payment; $isAdmin = auth()->user()->role == 1; $url = $isAdmin ? url("admin/application/courses-list/{$item->id}") : '#'; $reportAvailable = $availableReport != null; @endphp
@if ($payment) @php $status = $payment->status; @endphp @if ($status == '0' || $status == '1' || $status == '2') @php $bgClass = $status == '0' ? 'bg-danger' : ($status == '1' ? 'bg-warning' : 'bg-primary'); $textClass = $status == '2' ? 'text-white' : 'text-light'; $displayText = $status == '0' ? 'Payment Pending' : ($status == '1' ? 'Payment Process' : 'Payment Approved'); @endphp {{ $displayText }} @if (auth()->user()->role == 1 && $status == '2') {{-- Display button only when payment is approved --}} @if ($item->is_payment_acknowledge != 1 || $item->is_payment_acknowledge == null)
@csrf
@endif @endif @endif @else Payment Pending @endif
@endif
visibility visibility @php $total_documents = 4; @endphp {{-- @if (totalDocumentsCount($item->id) >= totalQuestionsCount($item->id)) --}} @if (totalDocumentsCount($item->id) >= $total_documents && $item->acknowledged_by != null && $item->is_payment_acknowledge == 1) @if (in_array(checktppaymentstatustype($item->id), [2, 3])) @endif @if (in_array(checktppaymentstatustype($item->id), [2, 3])) @endif @endif