{{-- --}} {{-- --}} {{-- --}} @if (!empty($download) && $download === 'no') @endif {{-- {{ dump ($letter) }}--}}

{{ $station->name }}

تاریخ: {{ $date }}

دیسپنسر

نازل

شیفت صبح A

شروع شیفت
پایان شیفت
جمع فروش

شیفت عصر B

شروع شیفت
پایان شیفت
جمع فروش

شیفت شب C

شروع شیفت
پایان شیفت
جمع فروش
@foreach($sells as $key => $sell)

{{ $sell->dispenser_name }}

{{ $sell->side }}
{{ $sell->number }}
{{ $sell->end_number }}
{{ $sell->subtraction }}
@endforeach

جمع کل

@foreach($totals as $key => $total)
{{ number_format($total->total_credit+$total->total_credit) }}
{{ $total->subtraction }}
@endforeach
@foreach($totals as $key => $total)
نفرات شیفت
{{ $total->name }} {{-- @foreach($operator['operator'] as $op)--}} {{-- {{ $op }}
--}} {{-- @endforeach--}}
@endforeach
@foreach($totals as $key => $total)
فروش نقدی
{{ number_format($total->total_cash) }}
@endforeach
@foreach($totals as $key => $total)
فروش کارتخوان
{{ number_format($total->total_credit) }}
@endforeach

جمع کل مقدار فروش

@foreach($totals as $key => $total)
{{ number_format($total['total_amount']) }}
@endforeach

جمع کارکرد 24 ساعت

{{ $sellTotal }}

کل مبلغ کارت خوان

{{ number_format($creditTotal) }}

مبلغ کل کارت خوان و نقدی

مبلغ کل فروش 24 ساعت

{{ number_format($sellTotalAmount) }}

کل مبلغ واریز نقدی

{{ number_format($cashTotal) }}

{{ number_format($creditTotal+$cashTotal) }}