@extends('layouts.app_booking') @section('title', __('restaurant.bookings')) @section('content') {{__('home.home')}} {{__('restaurant.bookings')}} {{__('restaurant.calender')}} @foreach( $business_locations as $key => $value) {{ $value }} @endforeach @endsection @section('javascript') @endsection