@extends('layouts.app') @section('title', 'Your Booking') @section('content')
No recent bookings found.
Book a SevaDate: {{ \Carbon\Carbon::parse(data_get($item, 'date'))->format('D, d M Y') }}
@if(data_get($item, 'time_slot'))Time: {{ data_get($item, 'time_slot') }}
@endifSlots: {{ data_get($item, 'slots') }}
₹{{ number_format((float) data_get($item, 'price', 0) * (int) data_get($item, 'slots', 1), 2) }}