@if(count($data) > 0)
@foreach($data as $value)
| {{ $value['shop_id'] }} |
{{ $value['cash'] }} |
{{ $value['net_1'] }} |
{{ $value['net_2'] }} |
{{ $value['visa_1'] }} |
{{ $value['visa_2'] }} |
{{ $value['total_1'] }} |
{{ $value['service'] }} |
{{ $value['topup'] }} |
{{ $value['product'] }} |
{{ $value['total_2'] }} |
{{ $value['total'] }} |
{{ $value['use_ecoin'] }} |
@endforeach
@else
Not found
|
@endif