@extends('admin.layout') @section('content')
cashDailycashDaily
 
 
@if(count($data) > 0) @foreach($data as $value) @endforeach @else @endif
Shop ID Service Hair Buy Ecoin hair Products Hair Total Amt Hair Redeem Ecoin Hair Service Beauty Buy Ecoin Beauty Products Beauty Total Amt Beauty Redeem Ecoin Beauty
{{ $value['outlet'] }} {{ $value['data']->servicehair }} {{ $value['data']->topuphair }} {{ $value['data']->producthair }} {{ $total_hair }} {{ $value['data']->use_ecoinhair }} {{ $value['data']->servicebeauty }} {{ $value['data']->topupbeauty }} {{ $value['data']->productbeauty }} {{ $total_beauty }} {{ $value['data']->use_ecoinbeauty }}

Not found

{{ number_format($servicehair,2) }} {{ number_format($topuphair,2) }} {{ number_format($producthair,2) }} {{ number_format($use_ecoinhair,2) }} {{ number_format($servicebeauty,2) }} {{ number_format($topupbeauty,2) }} {{ number_format($productbeauty,2) }} {{ number_format($use_ecoinbeauty,2) }}
@endsection