@extends('layouts.app') @section('title', 'Create Role') @section('page-title', 'Create Role') @section('content') Create a new role and assign the permissions that users with this role will have. {{-- Page Actions --}}
{{-- Permission Selection --}} @endsection