@extends('dashboard.base') @section('content')
| # | Ticket | Date | Timeslot | Seats | Status | Payment | Created at |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | @if($booking->status == 'reserved')Generate Ticket | @endif{{ $booking->booking_date}} | {{ $booking->timeslot}} | {{ $booking->seats}} | {{ $booking->status }} | {{ $booking->payment_status }} | {{ $booking->created_at }} |