@extends('layouts.master') @section('content')
 

Loading Top Up: {{ date("d M Y") }}

@foreach($loadingev as $key0 => $val0)
{{ $key0 }}
@foreach($val0 as $key1 => $val1) @if(count($val1) > 0) @for($i=0;$i @else @endif @endfor @else @endif @endforeach
# Name MSISDN Saldo (Rp) Top up (Rp) Tanggal Action
{{ ++$no }} {{ ucwords(strtolower($key1)) }} {{ $val1[$i]["msisdn"] }} {{ number_format($val1[$i]["saldo_morning"],0,",",".") }} {{ number_format($val1[$i]["topup"],0,",",".") }} {{ date("d M Y H:i:s",strtotime($val1[$i]["date_checkin"])) }}    
{{ ++$no }} {{ $val1[$i]["msisdn"] }} {{ number_format($val1[$i]["saldo_morning"],0,",",".") }} {{ number_format($val1[$i]["topup"],0,",",".") }} {{ date("d M Y H:i:s",strtotime($val1[$i]["date_checkin"])) }}    
{{ ++$no }} {{ $key1 }} {{ $val1[$i]["msisdn"] }} {{ number_format($val1[$i]["saldo_morning"],0,",",".") }} {{ number_format($val1[$i]["topup"],0,",",".") }}
Jumlah Top Up: {{ number_format($total_topup,0,",",".") }}
@endforeach
Total Top Up: Rp {{ number_format($total_general,0,",",".") }}
{{-- @if($has_topup == 0) --}}
@csrf
{{-- @endif --}}
 
@endsection @push('scripts') @endpush