@if (!empty($SimplePaymentMain)) @php $i = 0; $storeName = count($establishmentIds) == '1' ? $currentBusinessName : __('lbl.multiple_stores'); @endphp

{{ __('lbl.establishment') }} : {{ $storeName }} ({{ $datetimes }})

@foreach ($SimplePaymentMain as $key => $storeData) @if (in_array($key, $payment_methods)) @else @php $key_cap = html_entity_decode(__('lbl.' . $key . '')); $is_header = substr($key, -2) == '_b' ? '1' : ''; @endphp @if($is_header == '1') @else @endif @endif @foreach ($storeData as $MainData) @php $dollar_sign = $i == 0 ? '' : storecurrency(); $main_number = ($key == 'empty_key') ? $MainData : number_format((float) $MainData, 2); $is_header = substr($key, -2) == '_b' || $i == 0 ? '1' : ''; @endphp @if($is_header == '1') @else @endif @endforeach @if ($i == 10) @php $colspan = count($storeData) + 1; @endphp @endif @php $i++; @endphp @endforeach
{{ __($key) }}{{ __($key_cap) }}{{ __($key_cap) }}{{storecurrency().$main_number}} {{storecurrency().$main_number}}
{{ __('lbl.payment_total_b') }}
@else {{ __('lbl.no_record_found') }} @endif