@extends('layouts.app') @section('title', 'Create Booking') @section('content')

Create Booking

@csrf @include('bookings._form')
@endsection