...
{{ env('CORP_NAME') }}
{{ env('CORP_ADDRESS') }}
Phone: {{ substr(env('CORP_PHONE'), 0, 4) . '-' . substr(env('CORP_PHONE'), 4, 4) . '-' . substr(env('CORP_PHONE'), 8) }} | Whatsapp: {{ substr(env('CORP_WA_FINANCE'), 0, 4) . '-' . substr(env('CORP_WA_FINANCE'), 4, 4) . '-' . substr(env('CORP_WA_FINANCE'), 8) }} | Email: {{ env('CORP_EMAIL_CS') }}


Data Customer {{ $_GET['status_instalasi'] ? $_GET['status_instalasi'] : 'Total Status Instalasi' }}


@php use App\Models\UnitInstalasi; $ui = UnitInstalasi::where('id_unit_instalasi', $id_unit_instalasi)->first(); @endphp @if (empty($_GET['bulan'])) @else @endif
Unit Instalasi : {{ $ui->nama_ui }}
Status Instalasi : {{ $_GET['status_instalasi'] ? $_GET['status_instalasi'] : 'Semua Status Instalasi' }}
Kategori Produk : {{ $_GET['kategori'] ? $_GET['kategori'] : 'Semua Kategori Produk' }}
Periode : {{ tgl_indo($_GET['date_from']) }} s/d {{ tgl_indo($_GET['date_to']) }}: Semua Bulan dan Tahun
Jumlah Customer : {{ $hitung }}

@if ( $_GET['status_instalasi'] != 'Pending' && $_GET['status_instalasi'] != 'Survey' && $_GET['status_instalasi'] != 'Installation') @endif @if ( $_GET['status_instalasi'] != 'Pending' && $_GET['status_instalasi'] != 'Survey' && $_GET['status_instalasi'] != 'Installation') @if ($_GET['status_instalasi'] == 'Uninstall') @elseif($_GET['status_instalasi'] == 'Blokir') @endif @else @endif @foreach ($customer as $customer) @if ( $_GET['status_instalasi'] != 'Pending' && $_GET['status_instalasi'] != 'Survey' && $_GET['status_instalasi'] != 'Installation') @endif @if ( $_GET['status_instalasi'] != 'Pending' && $_GET['status_instalasi'] != 'Survey' && $_GET['status_instalasi'] != 'Installation') @endif @if ( $_GET['status_instalasi'] != 'Pending' && $_GET['status_instalasi'] != 'Survey' && $_GET['status_instalasi'] != 'Installation') @if ($_GET['status_instalasi'] == 'Uninstall') @elseif($_GET['status_instalasi'] == 'Blokir') @endif @else @endif @endforeach
No. No. Berlangganan Nomor InvoiceNama Alamat Pekerjaan Telephone Paket Harga Marketing Router Status InstalasiStatus Invoice Tgl. Instalasi Tgl. InvoiceTgl. Uninstal Keterangan UninstallTgl. BlokirTgl. Daftar
{{ $loop->index + 1 }} {{$customer->no_berlangganan}}{{ $customer->no_invoice }}{{ $customer->jenis_customer . ' ' . $customer->nama }} {{ $customer->alamat }} {{ $customer->pekerjaan ?? 'Belum Dilengkapi' }} {{ $customer->handphone }} {{ $customer->nama_produk }} {{ rupiah($customer->gross_amount) }} {{ $customer->nama_marketing }} {{ $customer['type_router'] }} {{ $customer->status_instalasi }} @if ($customer->status_invoice == 'settlement') Lunas @else {{ $customer->status_invoice }} @endif {{ tgl_indo($customer->tgl_pasang) }} {{ tgl_indo($customer->tgl_invoice) }}{{ tgl_indo($customer->tgl_uninstal) }} {{ $customer->keterangan_uninstall }} @if ( !empty($customer->tgl_invoice) && $customer->status_invoice != 'settlement' && $customer->status_instalasi != 'Done') @php $tgl = date_format(date_create($customer->tgl_invoice), 'F Y'); @endphp {{ tgl_indo($data_tgl = '20' . '' . $tgl) }} @endif {{ tgl_indo($customer->tgl_daftar) }}