@extends('admin.layout') @section('content')
 
 
@if(count($data) > 0) @foreach($data as $value) @endforeach @else @endif
Shop ID Service B Buy Ecoin B Products B Total Cash in Beauty Use Ecoin Beauty Service H Buy Ecoin H Products H Total Cash in Hair Use Ecoin Hair
{{ $value['outlet'] }} {{ $value['data']->servicebeauty }} {{ $value['data']->topupbeauty }} {{ $value['data']->productbeauty }} {{ $total_1 }} {{ $value['data']->use_ecoinbeauty }} {{ $value['data']->service }} {{ $value['data']->topup }} {{ $value['data']->product }} {{ $total_2 }} {{ $value['data']->use_ecoin }}

Not found

{{ number_format($servicebeauty,2) }} {{ number_format($topupbeauty,2) }} {{ number_format($productbeauty,2) }} {{ number_format($total_1_total,2) }} {{ number_format($use_ecoinbeauty,2) }} {{ number_format($service,2) }} {{ number_format($topup,2) }} {{ number_format($product,2) }} {{ number_format($total_2_total,2) }} {{ number_format($use_ecoin,2) }}
@endsection