Working hours

@foreach ($working_hours as $index => $day)
{{ $day->day }}
{{-- :class="enabled ? '' : 'hidden'"> --}} {{ $day->open_time }} - {{ $day->close_time }}
{{-- :class="open ? '' : 'hidden'"> --}}
to
{{--

Repeat the same for all days

--}}
@endforeach