@extends('layouts.app') @section('title', 'Senarai Peringatan') @section('heading', 'Peringatan') @section('page-title', 'Senarai Peringatan / Belum Serah') @section('subtitle', 'Pusat data aktif dengan perunding aktif yang belum menghantar serahan untuk kitaran dipilih.') @section('content')
@if ($cycle)
Kitaran: Pelaporan {{ $cycle->reporting_year }} • Tarikh tutup: {{ $cycle->cut_off_date?->format('d/m/Y') }} {{ $rows->count() }} pusat data belum serah @if($cycle->isOverdue())Lampau Tempoh@endif
@endif
@forelse ($rows as $row) @empty @endforelse
Pusat DataPerundingEmelStatus
{{ $row->data_centre->nama_pusat_data }} {{ $row->consultant?->nama_perunding ?? '—' }} {{ $row->consultant?->emel ?? '—' }} @if($row->status==='belum_mula')Belum Mula @elseDraf@endif @if($row->is_overdue)Lampau@endif @if($row->submission)Lihat@endif Pusat Data
Tiada pusat data tertunggak — semua telah menghantar. 🎉
@endsection