@extends('admin.layouts.app') @section('title', 'Today Online Booking') @section('content') @include('admin.includes.alerts')
{{--No | --}} {{--Parcel | --}} {{--Worthy | --}} {{--Cash | --}} {{--Tracking# | --}} {{--Destination | --}} {{--Sender | --}} {{--Receiver | --}} {{--Contacts | --}} {{--Agent | --}} {{--Office | --}} {{--Date | --}} {{--
---|---|---|---|---|---|---|---|---|---|---|---|
{{$i+1}} | --}} {{--{{ $manifest->parcel }} | --}} {{--{{ $manifest->parcelWorth }} | --}} {{--{{ $manifest->collection }} | --}} {{--{{ $manifest->trackingNumber }} | --}} {{--{{ $manifest->destination }} | --}} {{--{{ $manifest->sender }} | --}} {{--{{ $manifest->receiver }} | --}} {{--{{ $manifest->senderMsisdn }} | --}} {{----}} {{-- @php--}} {{-- $agent = \App\Models\Agent::where(['id' => $manifest->senderAgent])->first()->name;--}} {{-- echo $agent;--}} {{-- @endphp--}} {{-- | --}} {{----}} {{-- @php--}} {{-- $office = \App\Models\Office::where(['id' => $manifest->sentOffice])->first()->location;--}} {{-- echo $office;--}} {{-- @endphp--}} {{-- | --}} {{--{{ $manifest->dateSent }} | --}} {{--