@extends('layouts.app') @section('title') New Role @endsection @section('page_css') @endsection @section('content')
@include('coreui-templates::common.errors') {!! Form::open(['route' => 'roles.store']) !!} @include('roles.fields') {!! Form::close() !!}
@endsection @section('page_js') @endsection @section('scripts') @endsection