@extends('admin.layouts.master') @section('content')

Add Menu Item

Menu Sections
@foreach ($foodSections as $foodSection ) @endforeach
# Section Name Action
{!! $counter++ !!} {{$foodSection->name}}
Add Menu Item Details
@endsection @section('scripts') @edit_single_field('/admin/food-section') @endsection