Create New Menu
{!! Form::open(['route' => 'menu.store','method'=>'post','id'=>'menu-form','class'=>'needs-validation','novalidate'=>'']) !!}
Please enter the menu name.
Please enter the menu title.
Please enter the menu slug.
{!! Form::close() !!}