@extends('crm::layouts.app') @section('title', __('restaurant.bookings')) @section('content') @lang( 'restaurant.bookings' ) @if(count($business_locations) > 1) @lang('purchase.business_location') @foreach( $business_locations as $key => $value) {{ $value }} @endforeach @endif @lang('restaurant.add_booking') @lang('restaurant.booking_starts') @lang('restaurant.booking_ends') @lang('sale.status') @lang('messages.location') @include('crm::booking.create') @endsection @section('javascript') @endsection