@extends('backend.layouts.master') @section('admin-title') All Entries - List @endsection @section('admin-content')
| ID | Full Name | Date | Guests | Actions | |
|---|---|---|---|---|---|
| {{ $booking->id }} | {{ $booking->full_name }} | {{ $booking->email }} | {{ $booking->booking_date }} | {{ $booking->guests }} | Edit | |