| {{ $i + 1 }} |
{{ $app->student_code }} |
{{ $app->semester ?? '-' }}/{{ $app->academic_name ?? '-' }}
|
@if($app->scholarship_type == 'GAC')
Good Academic Performance and Good Conduct (GAC)
@elseif($app->scholarship_type == 'NEEDY')
Financial Needs (Needy)
@elseif($app->scholarship_type == 'OAP')
Outstanding Activity Performance (OAP)
@elseif($app->scholarship_type == 'List of Scholarship by Admin')
List of Scholarship by Admin
@endif
|
{{ date('d M Y', strtotime($app->created_at)) }} |
@if($app->status == 'pending')
{{ $app->status }}
@elseif($app->status == 'approved')
{{ $app->status }}
@elseif($app->status == 'rejected')
{{ $app->status }}
@else
{{ $app->status }}
@endif
|
|
@empty