{{$i}} |
{{ $item['uniqueId'] }} |
{{ $item['delivery_date'] }} |
{{ $item['delivery_city_name'] }} |
{{ $item['totalOrderPrice'] }} |
{{ $item['placementTotal'] }}
@php $placementTotal +=$item['placementTotal']; @endphp
|
{{ round($item['profit'],1) }}% |
@foreach($item['agent_name'] as $city)
{{ $city }}
@endforeach
|
{{$item['status']}} |
@endforeach
{{--@foreach ($profitReportData as $item)
@foreach ($item['totalOrderPrice'] as $index => $orderPrice)
@php $i++; @endphp
@if($item['unique_order_id'][$index][0]!='')
{{$i}} |
{{ $item['unique_order_id'][$index][0] }} |
{{ $item['delivery_date'][$index][0] }} |
{{ $item['delivery_city_name'][$index][0] }} |
{{ $orderPrice[0] }} |
{{ $item['placementTotal'][$index][0] }}
@php $placementTotal +=$item['placementTotal'][$index][0]; @endphp
|
{{ round($item['profit'][$index][0],1) }}% |
{{$agent->name}} |
{{$item['status']}} |
@else