Name
{{ Form::text('display_name', null, ['class' => 'form-control']) }}

{{ $errors->first('display_name') }}

 Permissions
@foreach($permissions as $p)
@endforeach
{{ Form::button('Save', ['type' => 'submit', 'class' => 'btn btn-success']) }} Cancel