@extends('admin.layouts.app', ['title' => 'Permission Builder']) @push('head') @endpush @section('content')
| Permission | Group | Route Pattern | Status | Actions |
|---|---|---|---|---|
|
{{ $adminPermission->label }}
{{ $adminPermission->key }}
@if ($adminPermission->description)
{{ $adminPermission->description }}
@endif
|
{{ $adminPermission->group_name ?: 'Custom Modules' }} | {{ $adminPermission->route_pattern ?: 'Not linked' }} | {{ $adminPermission->is_active ? 'Active' : 'Inactive' }} | |
|
Edit {{ $adminPermission->label }}
|
||||
| No custom permissions found. | ||||