{{-- resources/views/restaurant/settings/timing.blade.php --}} @extends('layouts.restaurant') @section('title', 'Store Timing Settings') @section('content')
Configure daily operating hours, breaks, and order processing rules
{{ $restaurant->is_open ? 'Accepting orders from customers' : 'Not accepting orders' }}