List of companies with UMP students accepted
| Company Name | Company Email | Students Accepted | Location | Last Accepted | Avg Allowance | Position Offered |
|---|---|---|---|---|---|---|
|
{{ $company->companyName }}
|
{{ $company->companyEmail ?? 'N/A' }}
|
{{ $company->student_count }}
student{{ $company->student_count !== 1 ? 's' : '' }}
|
@if($company->states)
{{ explode(',', $company->states)[0] }}
@else
N/A
@endif
@if($company->state_count > 1)
+{{ $company->state_count - 1 }} more location{{ $company->state_count - 1 !== 1 ? 's' : '' }}
@endif
|
{{ $company->last_accepted ? \Carbon\Carbon::parse($company->last_accepted)->format('M Y') : 'N/A' }}
|
@if($company->avg_allowance)
RM {{ number_format($company->avg_allowance, 2) }}
@else
N/A
@endif
|
@if($company->positions)
@foreach(explode(',', $company->positions) as $position)
{{ trim($position) }}
@endforeach
@else
N/A
@endif
|
| No companies found. | ||||||