• Latest Top 10 Jobs
  • Latest Top 10 Internships
@switch($activeTab) @case('job-tab')
@forelse($latestJobs as $job) @empty @endforelse
# Company Last Date Time Left Action
{{ $job->reqidNum }} {{ $job->companyRec?->name }} {{ $job->end_date_formatted }} {{ $job->remaining }}
No jobs available
View all job list →
@include('livewire.student.modal.job-profile') @break @case('intern-tab')
@forelse($latestInterns as $intern) @empty @endforelse
# Company Last Date Time Left Action
{{ $intern->reqidNum }} {{ $intern->companyRec?->name }} {{ $intern->end_date_formatted }} {{ $intern->remaining }}
No internships available
View all internship list →
@include('livewire.student.modal.intern-profile') @break @endswitch