@extends('layouts.admin') @section('title', 'Edit Role Permissions') @section('page-title', 'Edit Role – ' . $role->name) @section('content')
Assign which permissions this role should have. Users with this role will automatically get these permissions.
{{ $role->name }}
{{ $message }}