Selamat Datang, {{ Auth::user()->nama }}

@php $tgl_split = explode(' ', now()); @endphp {{ tgl_indo($tgl_split[0]) }} {{ $tgl_split[1] }}

{{ $done }} Done
Installation Done
{{ $installation }} Instal
Installation in Progress
{{ $survey }} Survey
Installation Survey
{{ $pending }} Pending
Installation Pending
{{ $failed }} Failed
Installation Failed
{{ $uninstall }} Uninstall
Customer Uninstall

Progress Instalasi {{ $cek_tahun }}

@php $grandtotal_data_done = 0; $grandtotal_data_installation = 0; $grandtotal_data_survey = 0; $grandtotal_data_pending = 0; $grandtotal_data_failed = 0; $grandtotal_data_uninstall = 0; @endphp @foreach ($statistic_installation as $item) @php $bulan = explode('-', $item->statistic_date); $x = (int) $bulan[1]; @endphp @php $grandtotal_data_done += $item->done_status; $grandtotal_data_installation += $item->install_status; $grandtotal_data_survey += $item->survey_status; $grandtotal_data_pending += $item->pending_status; $grandtotal_data_failed += $item->failed_status; $grandtotal_data_uninstall += $item->uninstall_status; @endphp @endforeach
Bulan Done Install Survey Pending Failed Uninstal
{{ bulan_indo($x) }} {{ $item->done_status }} {{ $item->install_status }} {{ $item->survey_status }} {{ $item->pending_status }} {{ $item->failed_status }} {{ $item->uninstall_status }}
Grandtotal {{ $grandtotal_data_done }} {{ $grandtotal_data_installation }} {{ $grandtotal_data_survey }} {{ $grandtotal_data_pending }} {{ $grandtotal_data_failed }} {{ $grandtotal_data_uninstall }}
@push('scripts') @endpush