Data Report History @if (session()->has('pesan')) {{ session('pesan') }} @endif {{ env('CORP_BRAND') }}
| No. | @if(Auth::user()->level == 'Super Admin')PIC | @endifMenu | Nama File | Tipe Berkas | Tgl. Dibuat | Tgl. Kedaluwarsa | Unduh | @if(Auth::user()->level == 'Super Admin')Action | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | @if(Auth::user()->level == 'Super Admin'){{ $row->nama }} | @endif{{ $row->menu_report }} | {{ $row->file_report ?? 'Sedang Memproses'}} | @if($row->tipe_report == 'pdf') PDF @elseif($row->tipe_report == 'excel') Excel @else {{ $row->tipe_report }} @endif | {{ tgl_indo($row->start_report) }} | {{ tgl_indo($row->end_report) }} | @if($row->file_report ) Download @elseif(!empty($row->file_report) && empty($row->unit_instalasi_data)) Download @else Download @endif | @if(Auth::user()->level == 'Super Admin')@endif |
{{ $report_history->links() }}