@extends('layouts.admin') @section('title', 'Permissions') @section('content')

Permissions

New Permission
Available Permissions
@forelse($permissions as $permission) @empty @endforelse
Permission Name Actions
{{ $permission->name }}
ID: #{{ $permission->id }}
@csrf @method('DELETE')

No permissions found. Click "New Permission" to get started.

@if($permissions->hasPages()) @endif
@endsection