Thống kê Việc làm Sinh viên Tốt nghiệp

{{-- 1. BỘ LỌC DỮ LIỆU --}}
{{-- Chọn Khóa --}}
{{-- Chọn Lớp --}}
{{-- Chọn Tình trạng --}}
{{-- Nút Lọc & Export --}}
Lọc dữ liệu {{-- Nút Export Excel: Copy query parameters hiện tại sang link export --}} Xuất Excel
{{-- 2. BIỂU ĐỒ THỐNG KÊ (Tổng quan) --}}
Tổng Sinh viên Tốt nghiệp {{ $totalGraduates }} (Theo bộ lọc Khóa/Lớp hiện tại)

Tỷ lệ Tình trạng Việc làm

{{-- 3. DANH SÁCH CHI TIẾT --}}
@forelse($students as $st) @empty @endforelse
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.
{{-- Phân trang --}}
{{ $students->links() }}
{{-- Script vẽ biểu đồ --}}