@extends('manager.layouts.master') @section('content')
{{ $courierInfo->created_at->toDateString() }}
| # | Courier Type | Sending Date | Courier Quantity | Courier Fee |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $courierProductInfo->courier_type->name }} | {{ $courierProductInfo->created_at->toDateTimeString() }} | {{ $courierProductInfo->courier_quantity }} {{ $courierProductInfo->courier_type->unit->name }} | {{ $courierProductInfo->courier_fee }} {{ $gs->base_currency_symbol }} |
| Total | 450 {{ $gs->base_currency_symbol }} |
| Payment Status | @if($courierInfo->payment_status=='Unpaid') {{ $courierInfo->payment_status }} @else {{ $courierInfo->payment_status }} @endif |
| Payment Receiver Name |
{{ $courierInfo->payment_receiver->name }} [{{$courierInfo->payment_receiver->type}}] |
| Branch | {{ $courierInfo->payment_receiver->branch->name }} |