@extends('Centaur::layout') @section('title', 'Create New Role') @section('content')

Create New Role

{!! ($errors->has('name') ? $errors->first('name', '

:message

') : '') !!}
{!! ($errors->has('slug') ? $errors->first('slug', '

:message

') : '') !!}
Permissions:
@stop