Restaurant Info
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| Content | Operating Hours | Status | Created At | Actions |
|---|---|---|---|---|
|
{{ Str::limit(strip_tags($restoInfo->content), 120) }}
|
{{ $restoInfo->getFormattedHours() }}
{{ $restoInfo->getFormattedHours12() }}
|
is_active ? 'checked' : '' }}
onchange="updateActiveStatus({{ $restoInfo->id }}, this.checked)">
|
{{ $restoInfo->created_at->format('M d, Y H:i') }} | |
| No resto info found. | ||||