@extends('layouts.customer') @section('content')

Restaurant Hours

-- no location -- Master
Select a location
{{-- --}} @if(isset($business->locations)) @endif
{{--
--}}
{{--
--}}
@if ($message = Session::get('success'))

{{ $message }}

@endif
@csrf
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif >
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
{{--
@csrf
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif >
is_avaliable) checked="" @endif>
is_avaliable) checked="" @endif>
@if($specialDays) @foreach($specialDays as $specialDay) @endforeach @else @endif
Date Opening Time Closing Time Cut Off Time (Mins) Action
{{ $specialDay->date ? \Carbon\Carbon::parse($specialDay->date)->format('F j, Y') : '-' }} {{ $specialDay->open_time ?? '-' }} {{ $specialDay->close_time ?? '-' }} {{ $specialDay->cutoff_time ?? '-' }}
No record found!
--}}
{{--

Special Days

--}}
@endsection @section('script') @endsection