{{-- --}}
Tax Point Date | Description | Tax Amount | Net Amount | ||
---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($invoice_detail->created_at)->format('d F Y') }} | --}} {{--Total Fare for the period of {{ \Carbon\Carbon::parse($invoice_detail->from_date)->format('d F Y') }} ---}} {{-- {{ \Carbon\Carbon::parse($invoice_detail->to_date)->format('d F Y') }} | --}} {{--GST | --}} {{--10 % | --}} {{----}} {{-- | {{ $invoice_detail->total_fare }} AUD | --}} {{--
{{ \Carbon\Carbon::parse($invoice_detail->created_at)->format('d F Y') }} | CabMe Fee for the period of {{ \Carbon\Carbon::parse($invoice_detail->from_date)->format('d F Y') }} - {{ \Carbon\Carbon::parse($invoice_detail->to_date)->format('d F Y') }} | GST | 10 % | {{ $invoice_detail->total_cab_me_charge }} AUD | |
{{ \Carbon\Carbon::parse($invoice_detail->created_at)->format('d F Y') }} | Booking Fee for the period of {{ \Carbon\Carbon::parse($invoice_detail->from_date)->format('d F Y') }} - {{ \Carbon\Carbon::parse($invoice_detail->to_date)->format('d F Y') }} | GST | 10 % | {{ $invoice_detail->total_cab_me_booking_fee }} AUD | |
{{ \Carbon\Carbon::parse($invoice_detail->created_at)->format('d F Y') }} | --}} {{--Total Pay for the period of {{ \Carbon\Carbon::parse($invoice_detail->from_date)->format('d F Y') }} ---}} {{-- {{ \Carbon\Carbon::parse($invoice_detail->to_date)->format('d F Y') }} | --}} {{--GST | --}} {{--10 % | --}} {{----}} {{-- | {{ $invoice_detail->paid_amount }} AUD | --}} {{--
Total Net | {{ $invoice_detail->net_cabme_amount }} AUD |
Total GST Amount | {{ $invoice_detail->gst_amount }} AUD |
Gross Amount | {{ $invoice_detail->total_cabme_amount }} AUD |