{{-- If your happiness depends on money, you will never be happy with yourself. --}}

Data Report History @if (session()->has('pesan')) {{ session('pesan') }} @endif {{ env('CORP_BRAND') }}


@foreach($report_history as $row) @endforeach
No. PIC Menu Nama File Tipe Berkas Tgl. Dibuat Tgl. Kedaluwarsa Unduh Action
{{ $loop->index + 1 }} {{ $row->nama }} {{ $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

{{ $report_history->links() }}