| No | Customer | Tgl. Instal | Marketing | Invoice | Payment | Template | Tgl. Broadcast | Status | PIC | Notes | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $row->nama_customer }} | {{ tgl_indo($row->tgl_pasang) }} | {{ $row->nama_marketing }} | {{ $row->handphone }} | {{ $row->no_invoice }} | @if ($row->status_invoice == 'settlement') Lunas @elseif ($row->status_invoice == 'Belum Dibayar') Belum Dibayar @else {{ $row->status_invoice }} @endif | {{ $row->template_name }} | {{ tgl_indo($row->created_at) . ' ' . time_explode($row->created_at) }} | @if ($row->status == 'Failed') {{ $row->status }} @elseif ($row->status == 'Sent') {{ $row->status }} @elseif ($row->status == 'Received') {{ $row->status }} @elseif ($row->status == 'Read') {{ $row->status }} @endif @if ($row->status == 'Sent' || $row->status == 'Received') @endif @if ($row->status == 'Failed') @if ($row->kategori_broadcast == 'Payment Confirmed') @elseif ($row->kategori_broadcast == 'Broadcast') @endif @endif | {{ $row->nama_pengirim }} | {{ $row->notes }} |