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

{{ $station->name }}

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

دیسپنسر

نازل

شیفت صبح A

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

شیفت عصر B

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

شیفت شب C

شروع شیفت
پایان شیفت
جمع فروش
@foreach($dispensers as $dispenser)

{{ $dispenser['name'] }}

@php $it = 0; @endphp @foreach($dispenser['data'] as $key => $side)
@if ($it < count($dispenser['data']) - 1)
@else
@endif {{$key }}
@php $it++; @endphp @foreach($side as $rec)
{{ $rec['start_time'] }}
{{ $rec['end_time'] }}
{{ $rec['number'] }}
@endforeach
@endforeach
@endforeach

جمع کل

@foreach($shiftTotals as $key => $total)
{{ number_format($total['total_amount']) }}
{{ $total['total'] }}
@endforeach
@foreach($operators as $operator)
نفرات شیفت
@foreach($operator['operator'] as $op) {{ $op }}, @endforeach
@endforeach
@foreach($shiftTotals as $key => $total)
فروش نقدی
{{ number_format($total['cash']) }}
@endforeach
@foreach($shiftTotals as $key => $total)
فروش کارتخوان
{{ number_format($total['credit']) }}
@endforeach

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

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

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

{{ $sellTotal }}

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

{{ number_format($creditTotal) }}

کل مبلغ نقدی

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

{{ number_format($sellTotalAmount) }}

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

{{ number_format($cashTotal) }}

{{ number_format($dayCashTotal) }}