@extends('merchant.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