@if ($errors->any())
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::open(array('route' => 'submenus.store','method'=>'POST', 'id'=>'create', 'class'=>'@if ($errors->any())was-validated @endif')) !!}
{{ Form::token() }}
@if (count($permissions) > 0)
@endif
{!! Form::close() !!}
<- back to Submenus