@extends('layouts.template')
@section('content')
Transport | Customer | Customer Ref | Origin | Destination | Cargo Type | Container | Size | Packing | Load Quantity | Weight | Truck | Trailer | Driver | Driver License | Passport | Phone Nr |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $tpd['transport'] }} | {{ $tpd['customer'] }} | {{ $tpd['customer_ref'] }} | {{ $tpd['origin'] }} | {{ $tpd['destination'] }} | {{ $tpd['cargo_type'] }} | {{ $tpd['container'] }} | {{ $tpd['size'] }} | {{ $tpd['packing'] }} | {{ $tpd['load_quantity'] }} | {{ $tpd['weight'] }} | {{ $tpd['truck'] }} | {{ $tpd['trailor'] }} | {{ $tpd['driver'] }} | {{ $tpd['driver_license'] }} | {{ $tpd['passport'] }} | {{ $tpd['phone_nr'] }} |