RedGoCab

Premium 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) }}
Package Details
@if($data->description) @endif
Dimensions: {{ $data->length }} × {{ $data->width }} × {{ $data->height }}
Weight: {{ $data->weight }}
Description: {{ $data->description }}
Service Details
Service: {{ $data->getCourier->name }}
Type: {{ $data->courier_type }}
Weight Range: {{ $data->getCourier->weight_range }}
Date & Time: {{ \Carbon\Carbon::parse($data->pickup_date . ' ' . $data->pickup_time)->format('d M Y, h:i A') }}
Payment Information
@if($data->remaining_amount > 0) @endif
Method: {{ ucfirst($data->payment_method) }}
Paid Amount: Rs {{ number_format($data->paid_amount, 2) }}
Remaining: Rs {{ number_format($data->remaining_amount, 2) }}
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 }}
@if($data->getCourier->description)
Service Description

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

@endif @if($data->cancellation_reason)
Cancellation Reason

{{ $data->cancellation_reason }}

@endif
Billing Details
Description Amount (Rs )
Service Fare - {{ $data->getCourier->name }} {{ number_format($data->booking_amount, 2) }}
Sub Total {{ number_format($data->total_amount, 2) }}
Grand Total Rs {{ number_format($data->total_amount, 2) }}