Create New Permission
Whoops! There were some problems with your input.
@endif
{!! Form::open(array('route' => 'permissions.store','method'=>'POST')) !!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Name:
{!! Form::text('name', null, array('placeholder' => 'Name','class' => 'form-control')) !!}