@extends('layouts.app') @section('title', 'AWB Tracking Details') @section('page-wrapper')
| # | @if ($booking->booking_type == 'B2B')No of Boxes | Eway Bill | Invoice No | Invoice Amount | @endifDimensions (L×W×H in cm) |
|---|---|---|---|---|---|
| {{ (int) $key + 1 }} | @if ($booking->booking_type == 'B2B'){{ $dimension->box_count }} | {{ $dimension->eway_bill }} | {{ $dimension->inv_num }} | {{ $dimension->inv_amt }} | @endif{{ $dimension->length_cm }} × {{ $dimension->width_cm }} × {{ $dimension->height_cm }} |