{{-- Application Routes viewer. Displays all registered Laravel routes with filtering. Click on a route to open it in the Route Inspector for testing. --}}
| {{ __('developer::developer.routes.table.method') }} | {{ __('developer::developer.routes.table.uri') }} | {{ __('developer::developer.routes.table.name') }} | {{ __('developer::developer.routes.table.action') }} | Test |
|---|---|---|---|---|
| {{ $route['method'] }} | {{ $route['uri'] }} | {{ $route['name'] ?? '-' }} | {{ $route['action'] }} |
|
|
{{ __('developer::developer.routes.empty') }} |
||||