@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content') @once @push('styles') @endpush @endonce
{{ session('success') }}
| No | Route Name | URL | Method | Controller | Type | Status | Actions |
|---|---|---|---|---|---|---|---|
| #{{ ($routes->currentPage() - 1) * $routes->perPage() + $loop->iteration }} | {{ $route->name ?? '-' }} | {{ $route->uri }} @if($route->name) @endif | @foreach(explode(',', $route->method) as $m) {{ $m }} @endforeach | {{ $route->controller ? class_basename($route->controller) : '-' }} @if($route->action){{ $route->action }}@endif | {{ strtoupper($route->type) }} | @if($route->status) Active @else Inactive @endif | |
No routes foundClick "Generate Routes" to scan and add routes. |
|||||||