{{session::get('sussess')}}
@elseif(Session::has('fail'))
{{session::get('fail')}}
@endif
{{--
--}}
{{-- prossing application --}}
{{-- Pending Application
#S.N0 | Level ID | Application No | Total Course | Total Fee | Payment Date | Status | Action |
---|---|---|---|---|---|---|---|
{{ $k+1 }} | {{ $item->level_id }} | RAVAP-{{(4000+$item->user_id)}} | {{ $item->course_count }} | {{ $item->currency }}{{ $item->amount }} | {{ $item->payment_date }} |
status == 0) Pending @elseif( $item->status == 1) Proccess @else @endif
|
visibility |
Processing Applications
#S.N0 | Application No | Level ID | Total Course | Total Fee | Payment Date | Status | Action |
---|---|---|---|---|---|---|---|
{{ $k+1 }} | RAVAP-{{(4000+$item->user_id)}} | {{ $item->level_id }} | {{ $item->course_count }} | {{ $item->currency }}{{ $item->amount }} | {{ $item->payment_date }} |
status == 1) Proccess @elseif( $item->status == 2) Approved @else @endif
|
visibility |
Approvel Applications
#S.N0 | Level ID | Application No | Total Course | Total Fee | Payment Date | Status | Action |
---|---|---|---|---|---|---|---|
{{ $k+1 }} | {{ $item->level_id }} | RAVAP-{{(4000+$item->user_id)}} | {{ $item->course_count }} | {{ $item->currency }}{{ $item->amount }} | {{ $item->payment_date }} |
status == 2) Approved @elseif( $item->status == 3) Final Approved @else @endif
|
visibility |