@extends('restaurant.layouts.index',["without_card" => true]) @section('content') @foreach ($branch->menu->sections as $section)
@if (restaurant_admin()->can('update','App/Models/Section')) @endif
@if (restaurant_admin()->can('update','App/Models/Meal')) @endif @foreach ($section->meals as $meal) @if (restaurant_admin()->can('update','App/Models/Meal')) @endif @endforeach
@lang("validation.attributes.meals") @lang("validation.attributes.available") @lang("validation.attributes.start_time") @lang("validation.attributes.end_time")
{{ $meal->title }}
@if (restaurant_admin()->can('update','App/Models/Section') || restaurant_admin()->can('update','App/Models/Meal')) @endif
@endforeach
@endsection