Invoice

Sri Vidya Saraswathi Shani Temples

Invoice #: {{ $invoice->invoice_number }}

Date: {{ optional($invoice->invoice_date)->format('d M Y') }}

Billed To

{{ data_get($invoice->billing_address, 'name') }}

{{ data_get($invoice->billing_address, 'street_address') }}

{{ data_get($invoice->billing_address, 'city') }}, {{ data_get($invoice->billing_address, 'state') }} - {{ data_get($invoice->billing_address, 'postal_code') }}

{{ data_get($invoice->billing_address, 'phone') }}

{{ data_get($invoice->billing_address, 'email') }}

Booking

Code: {{ $booking->confirmation_code }}

Date: {{ optional($booking->booking_date)->format('d M Y') }}

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

@foreach(($booking->cart_data ?? []) as $id => $item) @endforeach
Description Date Time Slots Amount
{{ ucwords(data_get($item, 'name')) }} {{ \Carbon\Carbon::parse(data_get($item, 'date'))->format('d M Y') }} {{ data_get($item, 'time_slot') }} {{ data_get($item, 'slots') }} ₹{{ number_format((float) data_get($item, 'price', 0) * (int) data_get($item, 'slots', 1), 2) }}
Total: ₹{{ number_format((float) $invoice->amount, 2) }}

Thank you for your trust and choice of Seva at Sri Vidya Saraswathi Sri Shani Temples