{{ __("messages.The restaurant information is pending") }} :(
{{ __("messages.Working hours are pending") }} :(
| {{ __("messages.Day") }} | {{ __("messages.Status") }} | {{ __("messages.From") }} - {{ __("messages.To") }} |
|---|---|---|
| {{ __("messages.$day") }} | @if(isset($day_info) && $day_info['is_open']) @else @endif | {{ isset($day_info) && $day_info['is_open'] ? $day_info->start_time_format . " - " . $day_info->end_time_format : "-----------"}} |
| {{ __("messages.Day") }} | {{ __("messages.Status") }} | {{ __("messages.From") }} - {{ __("messages.To") }} |
|---|---|---|
| {{ __("messages.$day") }} | @if(isset($day_info) && $day_info['is_open']) @else @endif | {{ isset($day_info) && $day_info['is_open'] ? $day_info->start_time_format . " - " . $day_info->end_time_format : "-----------"}} |
{{ __("messages.Services information is pending") }} :(