@extends('layouts.main') @section('content')

Permission Management


@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
{!! Form::open(array('route' => 'permissions.store','method'=>'POST')) !!}
Name: {!! Form::text('name', null, array('placeholder' => 'Name','class' => 'form-control')) !!}
{!! Form::close() !!} @endsection