{{-- Account Trackon Receipt --}} Account Trackon Receipt @php $receipt = $receipts; $sender_details = json_decode($receipt->sender_data); $receiver_details = json_decode($receipt->receiver_data); @endphp {{-- @foreach($receipts as $receipt) --}} @if($receipts)

{{$receipts->client_name}}

{{-- {{$receipts->consignee}} --}} {{$receipts->receiver_name}}

SHIPPER'S COPY

Received by TCPL


{{-- {{date("d/m/Y h:i A", strtotime($receipts->created_at))}} --}} {{date("d/m/Y", strtotime($receipts->date))}}


{{-- {{ $receipts->destination }} --}} {{ $receipts->center_name }}
  • pcs.
  • air / surface
{{-- @endforeach --}} @endif