{{ $gs->service_title }}
{{ $gs->service_details }}
{{ $service->title }}
{!! $service->details !!}
{{ $gs->search_courier_details }}
| Invoice No | Courier Date | Sender Name | Receipient Branch | Recipient Name | Status |
|---|---|---|---|---|---|
| {{ $list->invoice_id }} |
{{ $list->created_at->toDateString() }} |
{{ $list->sender_name }} |
{{ $list->branch->name }} |
{{ $list->receiver_name }} |
@if($list->status == 'Delivered') Delivered @else Received @endif |
{{ $gs->service_details }}
{!! $service->details !!}
{{ $gs->departure_courier }}
+{{ $gs->upcoming_courier }}
+{{ $gs->total_deliver }}
+
{{ $gs->testimonial_details }}
{{ $testimonial->comment }}