@extends('crm::layouts.app') @section('title', __('restaurant.bookings')) @section('content')

@lang( 'restaurant.bookings' )


@if(count($business_locations) > 1) @endif
@lang('restaurant.booking_starts') @lang('restaurant.booking_ends') @lang('sale.status') @lang('messages.location')
@include('crm::booking.create') @endsection @section('javascript') @endsection