@extends('layouts.app_booking') @section('title',__('restaurant.todays_bookings')) @section('content')
@component('components.widget', ['class' => 'card mt-5'])
@foreach ($business_locations as $location_id => $location_name)
{{ $location_name }}
@endforeach
@endcomponent @endsection