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

@lang( 'restaurant.bookings' )

@if(count($business_locations) > 1)
@endif

@lang('restaurant.todays_bookings')

@lang('contact.customer') @lang('restaurant.booking_starts') @lang('restaurant.booking_ends') @lang('restaurant.table') @lang('messages.location') @lang('restaurant.service_staff')
@lang('lang_v1.waiting')
@lang('restaurant.booked')
@lang('restaurant.completed')
@lang('restaurant.cancelled')

@lang('restaurant.click_on_any_booking_to_view_or_change_status')

@lang('restaurant.double_click_on_any_day_to_add_new_booking')

@include('restaurant.booking.create')
@endsection @section('javascript') @endsection