@extends('user.layouts.app') @section('body_class', 'room-booking') @push('styles') @endpush @section('content')

Sports Booking

Tennis

  • Available
  • Booked*
  • Selected

Pickleball

  • Available
  • Booked*
  • Selected

Squash

  • Available
  • Booked*
  • Selected

Billiard

  • Available
  • Booked*
  • Selected

Massage Parlour

  • Available
  • Booked*
  • Selected

Notices

  Wednesday, 5th Nov 2025 01:03 PM
  Wednesday, 5th Nov 2025 01:03 PM

History

@foreach($bookingHistory as $booking) @endforeach
Booking No. Booking Name Check In Date Check Out Date Room Type Booking Amount Action
test test test test test test test
test test test test test test test
{{$booking['BookingId']}} {{auth()->user()->name}} {{ \Carbon\Carbon::parse($booking['CheckInDate'])->format('d-m-Y') }} {{ \Carbon\Carbon::parse($booking['CheckOutDate'])->format('d-m-Y') }} {{$booking['RoomType']}} ₹ {{$booking['TotalRoomAmount']}}
View @if(\Carbon\Carbon::parse($booking['CheckInDate'])->format('Y-m-d') > \Carbon\Carbon::now()->format('Y-m-d')) Cancel @endif
@endsection @section('footer') @endsection @push('scripts') @endpush