@extends('admin.layouts.app') @section('title', 'New Permission — ExtraCash Admin') @section('page-title', 'New Permission') @section('breadcrumb', 'Create access permission') @section('content')
← Back to permissions
@csrf
@error('name')

{{ $message }}

@enderror

Use a stable key like reports.view (letters, numbers, dot, dash, underscore).

@endsection