@extends('admin.layouts.home') @section('title', 'Assign Permissions to Role') @section('extra-css') @endsection @section('content')

Assign Permissions to Role: {{ $role->name }}

Permissions Management
@if (session('success'))
{{ session('success') }}
@endif

Manage Permissions

Currently assigned: {{ $role->permissions->count() }} permissions | Available: {{ $permissions->count() }} total permissions
@csrf
Selected permissions will be assigned to this role. Deselected permissions will be removed.
Back to Roles
@endsection @section('extraJs') @endsection