{{ session::get('sussess') }}
@elseif(Session::has('fail'))
{{ session::get('fail') }}
@endif
Rest of the word data
#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 }} |
@if ($item->status == '0')
status == 0) Pending @elseif($item->status == 1) Proccess @else @endif
|
@endif
@if ($item->status == '1')
status == 0) visibility |