@extends('layouts.master') @section('title',__('Create Menu')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Back') }}
{{__('Create Menu')}}
{!! Form::open(['method' => 'POST', 'action' => 'MenuController@store', 'files' => true]) !!}

{{__('Menu Will Contain Following Section')}}
{{__('At lease One Section Is Required')}}













@if($topsection == 1)

@endif
{!! Form::close() !!}
@endsection @section('script') @endsection