@extends('layouts.admin') @php use Illuminate\Support\Facades\Crypt; @endphp @section('title', 'Manage Permissions') @section('content')
{{-- Alert placeholder --}}
Manage Permissions for Role: {{ $role->name }}
Assigned Permissions
Available Permissions
@endsection @push('scripts') @endpush