@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
{{ $page_title }}

RedGoCab

Courier Booking Service

Invoice #{{ $data->booking_id }}

INVOICE

Date: {{ \Carbon\Carbon::parse($data->created_at)->format('d M Y') }}

Status: {{ ucfirst($data->status) }}


Customer Details
@if ($data->getUser->email) @endif
Name: {{ $data->getUser->name }}
Phone: {{ $data->getUser->phone }}
Email: {{ $data->getUser->email }}
Account Type: {{ ucfirst($data->getUser->type) }}
Courier Details
Service: {{ $data->getCourier->name }}
Type: {{ $data->courier_type }}
Pickup Date: {{ \Carbon\Carbon::parse($data->pickup_date)->format('d M Y') }}
Pickup Time: {{ \Carbon\Carbon::parse($data->pickup_time)->format('h:i A') }}
Weight Range: {{ $data->getCourier->weight_range }}
Location Details
Pickup Location

{{ $data->getDestinationFrom->name }}, {{ $data->getDestinationFrom->state }}

{{ $data->pickup_from_address }}

Drop Location

{{ $data->getDestinationTo->name }}, {{ $data->getDestinationTo->state }}

{{ $data->drop_to_address }}

Package Details
@if($data->description) @endif @if($data->description) @endif
Dimensions (L × W × H) Weight Service PriceDescription
{{ $data->length }} × {{ $data->width }} × {{ $data->height }} {{ $data->weight }} ₹{{ number_format($data->getCourier->price, 2) }}{{ $data->description }}
@if($data->cancellation_reason)
Cancellation Reason

{{ $data->cancellation_reason }}

@endif @if($data->getCourier->description)
Service Description

{{ $data->getCourier->description }}

@endif
Payment Summary
Booking Amount: ₹{{ number_format($data->booking_amount, 2) }}
Total Amount: ₹{{ number_format($data->total_amount, 2) }}
Paid Amount: ₹{{ number_format($data->paid_amount, 2) }}
Remaining Amount: ₹{{ number_format($data->remaining_amount, 2) }}
Payment Method: {{ ucfirst($data->payment_method) }}

Thank you for choosing RedGoCab Courier Service. For any queries, please contact our support team.