@extends('layouts.finance') @section('title', 'Permissions') @section('subtitle', 'Manage application permissions') @section('content')

Permissions

New Permission
@forelse($permissions as $permission) @empty @endforelse
Permission Name Guard Assigned to Roles Actions
{{ $permission->name }} {{ $permission->guard_name }} {{ $permission->roles_count }}
Edit
@csrf @method('DELETE')
No permissions found. Create the first permission.
@endsection