@extends('layouts.app',$breadcrumbs) @section('custom-css') @endsection @section('content')
Parcels List

@php $counter = 0; @endphp @foreach($parcels as $parcel) @else @endif @endforeach
# Customer Ref # Customer Name Customer Address Customer Phone Amount Qty Weight Order ID Description Order Type Pickup Location Current Status Created At Action
{{ ++$counter}} {{$parcel->order_reference}} {{$parcel->consignee_first_name }} {{$parcel->consignee_last_name }} {{$parcel->consignee_address }} {{$parcel->consignee_phone }} {{$parcel->consignment_cod_price}} {{$parcel->consignment_pieces}} {{$parcel->vendorWeight->ahlWeight->weight . ' (' . $parcel->vendorWeight->city->first()->name . ')'}} {{$parcel->consignment_order_id}} {{$parcel->pickupLocation->address }} {{$parcel->consignment_description}} {{$parcel->orderType->name}} {{$parcel->orderStatus->name}} {{date('d M Y h:m a', strtoTime($parcel->created_at))}} @if(in_array($parcel->order_status, $cancelledStatusByVendor))
@endsection @section('custom-js') @endsection