@extends('admin.layout.app') @section('body')

Permissions

Manage system permissions
New Permission
@if (session('msg'))
{{ session('msg') }}
@endif
Reset
@forelse($perms as $p) @empty @endforelse
# Name Guard Created Actions
{{ $p->id }} {{ $p->name }} {{ $p->guard_name ?? 'web' }} {{ optional($p->created_at)->format('Y-m-d') }}
@csrf @method('DELETE')
No permissions found.
{{ $perms->links() }}
@endsection