Store is currently closed.
@if($restaurant->open_time && $restaurant->close_time)
Orders can only be placed between {{ \Carbon\Carbon::parse($restaurant->open_time)->format('h:i A') }} and {{ \Carbon\Carbon::parse($restaurant->close_time)->format('h:i A') }}.
@else
Orders can only be placed when the store reopens.
@endif
@endif
By placing an order, you agree to our Terms and Conditions