@extends('admin.layout') @section('content')
 
 
@if(count($data) > 0) @foreach($data as $value) @endforeach @else @endif
Shop ID Cash Nets Nets 2 VISA VISA 2 Total Amt 1 Service Buy Ecoin Products Total Amt 2 Total Use Ecoin
{{ $value['outlet'] }} {{ $value['data']->cash }} {{ $value['data']->net }} {{ $value['data']->net2 }} {{ $value['data']->visa }} {{ $value['data']->visa2 }} {{ $total_1 }} {{ $value['data']->service }} {{ $value['data']->topup }} {{ $value['data']->product }} {{ $total_2 }} {{ $total }} {{ $value['data']->use_ecoin }}

Not found

{{ number_format($cash,2) }} {{ number_format($net,2) }} {{ number_format($net2,2) }} {{ number_format($visa,2) }} {{ number_format($visa2,2) }} {{ number_format($total_1_total,2) }} {{ number_format($service,2) }} {{ number_format($topup,2) }} {{ number_format($product,2) }} {{ number_format($total_2_total,2) }} {{ number_format($total_final,2) }} {{ number_format($use_ecoin,2) }}
@endsection