@forelse($items as $c)
{{ ucfirst(str_replace('_',' ',$c->request_type)) }}{{ $c->created_at->translatedFormat('j M Y H:i') }}
{{ Str::limit($c->reason,60) }}@if($c->rejected_reason)Alasan: {{ $c->rejected_reason }}@endif{{ ucfirst($c->status) }}
@empty
Belum ada permintaan koreksi.
@endforelse