@extends('layouts.admin') @section('title', 'Add Role') @section('breadcrumb', 'Add Role') @section('content')

Add New Role

Choose the admin menus this role can access

@include('admin.roles._form', ['submitLabel' => 'Create Role'])
@endsection