@extends('layouts.admin') @section('page_kicker', 'Access control') @section('page_title', 'Role: '.$role->name) @section('content')
@csrf @method('PATCH')

Toggle permissions for the {{ $role->name }} role. Changes apply globally for this role name (Spatie has no per-hospital teams).

Permissions

@foreach($permissions as $p) @endforeach
Cancel
@endsection