@foreach($items as $item) @endforeach
Courier Id city Avg Delivery Time Price Max Items per Order Max Free Weight Payment Time
{{$courier_id}} {{$item['city']}} {{$item['avg_delivery_time']}} {{$item['price']}} {{$item['max_items_per_order']}} {{$item['max_free_weight']}} {{$item['payment_time']}}