| {{ $index + 1 }} |
{{ $app->student_code }} |
{{ $app->student_firstname }}
{{ $app->student_lastname }}
|
{{ $app->scholarship_semester }}/{{ $app->academic_name }} |
{{ $app->name_en }} |
{{ $app->scholarship_type_name }}
|
@if ($app->status === 'submitted')
Submitted
@elseif ($app->status === 'draft')
Draft
@elseif ($app->status === 'approved')
Approved
@elseif ($app->status === 'rejected')
Rejected
@else
{{ $app->status }}
@endif
|
{{ $app->submitted_at ? \Carbon\Carbon::parse($app->submitted_at)->format('d/m/Y H:i') : '-' }}
|
View
|
@empty