Partner Companies

List of companies with UMP students accepted

{{ $totalCompanies }} Total Partner Compan{{ $totalCompanies !== 1 ? 'ies' : 'y' }}

Top Companies Ranking

@if($topCompanies->isNotEmpty())
@else
No companies found to display in chart.
@endif
@once @endonce @if($topCompanies->isNotEmpty()) @endif
@if($this->isCoordinator()) @endif @forelse($rankings as $company) @if($this->isCoordinator()) @endif @empty @endforelse
Company Name @if($sortBy === 'companyName') {{ $sortDirection === 'asc' ? '↑' : '↓' }} @endif
Company Email
Students Accepted @if($sortBy === 'student_count') {{ $sortDirection === 'asc' ? '↑' : '↓' }} @endif
Status @if($sortBy === 'status') {{ $sortDirection === 'asc' ? '↑' : '↓' }} @endif
Location
Avg Allowance @if($sortBy === 'avg_allowance') {{ $sortDirection === 'asc' ? '↑' : '↓' }} @endif
Position Offered Actions
{{ $company->companyName }}
{{ $company->companyEmail ?? 'N/A' }}
{{ $company->student_count }} student{{ $company->student_count !== 1 ? 's' : '' }}
{{ $company->status }}
@if($company->states) {{ explode(',', $company->states)[0] }} @else {{ $company->companyState ?? 'N/A' }} @endif
@if($company->state_count > 1)
+{{ $company->state_count - 1 }} more location{{ $company->state_count - 1 !== 1 ? 's' : '' }}
@endif
@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.
{{ $rankings->links() }}
@if($editingCompanyId)

Edit Company

@if(session()->has('message'))
{{ session('message') }}
@endif
@error('editCompanyName') {{ $message }} @enderror
@error('editCompanyEmail') {{ $message }} @enderror
@error('editCompanyNumber') {{ $message }} @enderror
@error('editStatus') {{ $message }} @enderror
@endif