| # | DESCRIPTION | SLOTS | RATE | SUBTOTAL |
|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ ucwords(data_get($item, 'name')) }}
Date: {{ \Carbon\Carbon::parse(data_get($item, 'date'))->format('d M Y') }} @if(data_get($item, 'time_slot')) | Time: {{ data_get($item, 'time_slot') }} @endif
|
{{ (int) data_get($item, 'slots', 1) }} | ₹{{ number_format((float) data_get($item, 'price', 0), 2) }} | ₹{{ number_format((float) data_get($item, 'price', 0) * (int) data_get($item, 'slots', 1), 2) }} |
| Online Fee: | ₹{{ number_format((float) (collect($booking->cart_data)->sum('slots') * 10), 2) }} | |
| Total: | ₹{{ number_format((float) $invoice->amount, 2) }} |
Thank you for your trust and choice of Seva at Sri Vidya Saraswathi Sri Shani Temples