Sejarah Status
@forelse ($application->statusHistories->sortByDesc('created_at') as $history)
{{ $history->from_status ?: '-' }} → {{ $history->to_status }}
{{ $history->created_at?->format('d/m/Y H:i') }} · {{ $history->note ?: '-' }}
@empty
Tiada sejarah.
@endforelse
Dokumen
@forelse ($application->documents as $document)
{{ str_replace('_', ' ', $document->document_type) }}
{{ $document->original_name }}
Muat turun
@empty
Tiada dokumen dimuat naik.
@endforelse