| STT | Sinh viên | Tình trạng | Nơi làm việc | Vị trí / Ngành | Liên hệ |
|---|---|---|---|---|---|
| {{ $loop->iteration + ($students->currentPage() - 1) * $students->perPage() }} |
{{ $st->full_name }}
{{ $st->student_code }}
{{ $st->class->class_name ?? '' }}
|
@if($st->employment) @php $color = match($st->employment->employment_status) { 'Đã có việc làm' => 'bg-green-100 text-green-800', 'Chưa có việc làm' => 'bg-yellow-100 text-yellow-800', 'Đang học nâng cao' => 'bg-blue-100 text-blue-800', default => 'bg-gray-100 text-gray-800' }; @endphp {{ $st->employment->employment_status }} @else Chưa khai báo @endif |
@if($st->employment)
{{ $st->employment->company_name }}
{{ $st->employment->teachingProvince->name ?? '' }}
@else
-
@endif
|
@if($st->employment)
{{ $st->employment->job_title }}
{{ $st->employment->employment_type }}
@endif
|
@if($st->employment)
@if($st->employment->contact_phone) 📞 {{ $st->employment->contact_phone }} @endif
@if($st->employment->contact_email) ✉️ {{ $st->employment->contact_email }} @endif
@else
{{ $st->phone }} (SĐT SV)
@endif
|
| Không tìm thấy dữ liệu. | |||||