@endif
@if(!empty($RecordsIndividualTranscations))
@foreach($RecordsIndividualTranscations as $key => $catalog)
@php $inc=0; $service_no_range=[]; @endphp @foreach($catalog as $dList) @if($dList['item_unique_id'] != '') @php $service_no_range[] = $dList['item_unique_id']; @endphp @endif @endforeach @foreach($catalog as $dList) @if($inc == '0') @php $service_number = (reset($service_no_range) == end($service_no_range)) ? reset($service_no_range) : reset($service_no_range).'-'.end($service_no_range); @endphp
{{ $dList['customer_name'] }}
{{$dList['official_receipt_number']}}
@endif @php $inc++; @endphp @php if($dList['returned'] == '1'){ $color = '#ffdddd;'; }else{ $color = '#fff;'; } @endphp
{{ $dList['item_unique_id'] }}
{{ $dList['product_name'] }}
{{storecurrency().$dList['item_amount'] }}
{{ __('lbl.items') }}
{{ $dList['quantity'] }}Q
@endforeach
{{\Carbon\Carbon::parse($dList['order_date'], config('app.timestamp'))->setTimezone(Helper::usertimezone())->format('Y-m-d h:i A')}}
{{ $dList['employee_name'] }}
{{storecurrency().$dList['order_total'] }}
@endforeach
@else
{{ __('lbl.no_record_found') }}