{{ __('Permission Routes List') }}

{{--
Add Permission Route
--}}
@foreach ($permissions as $type => $category) @if (count($category)) @foreach ($category as $item) @include('admin.components.route', $item) @endforeach @endif @endforeach
Route Type Access Type Parent Label Route Label Route Name Action
Add New