@extends('layouts.app') @section('title', __('restaurant.bookings')) @section('content')
@component('components.widget', ['class' => 'box-primary','icon' => 'ni ni-calendar-grid-58 text-primary', 'title' => __('restaurant.todays_bookings')])
@slot('tool')
@if(count($business_locations) > 1)
@endif
@endslot
@lang('contact.customer') @lang('restaurant.booking_starts') @lang('restaurant.booking_ends') @lang('restaurant.table') @lang('messages.location') @lang('restaurant.service_staff')
@lang('restaurant.add_booking')

@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')

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