@extends('layouts.app') @section('title', 'Senarai Serahan') @section('heading', 'Serahan') @section('page-title', 'Senarai Serahan') @section('actions') @can('create', App\Models\Submission::class) Mula Serahan @endcan @endsection @section('content')
@forelse ($submissions as $s) @empty @endforelse
Pusat DataKitaranPerundingStatusPegawaiDihantar
{{ $s->dataCentre->nama_pusat_data }} Pemb. {{ $s->reportingCycle->renewal_year }} / Pel. {{ $s->reportingCycle->reporting_year }} {{ $s->consultant->nama_perunding }} {{ $s->statusLabel() }} @if($s->is_locked)@endif {{ $s->assignedOfficer?->name ?? '—' }} {{ $s->submitted_at?->format('d/m/Y') ?? '—' }} @if ($s->isEditableByConsultant() && auth()->user()->can('update', $s)) Isi @endif Lihat
Tiada serahan.
{{ $submissions->links() }}
@endsection