| {{ $i + 1 }} |
{{ $app->student_code }} |
{{ $app->semester ?? '-' }}/{{ $app->academic_name ?? '-' }} |
{{ $app->name_th }} ({{ $app->name_en }}) |
{{ date('d M Y', strtotime($app->application_date)) }} |
@if($app->status == 'pending')
{{ $app->status }}
@elseif($app->status == 'approved')
{{ $app->status }}
@elseif($app->status == 'rejected')
{{ $app->status }}
@else
{{ $app->status }}
@endif
|
|
@empty