@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('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') @php $fullcalendar_lang_file = session()->get('user.language', config('app.locale') ) . '.js'; @endphp @if(file_exists(public_path() . '/plugins/fullcalendar/locale/' . $fullcalendar_lang_file)) @endif @endsection