Methods | Path | Name | Action | Middleware |
---|---|---|---|---|
@foreach ($route->methods() as $method) {{ $method }} @endforeach | {!! preg_replace('#({[^}]+})#', '$1', $route->uri()) !!} | {{ $route->getName() }} | {!! preg_replace('#(@.*)$#', '$1', $route->getActionName()) !!} | {{ implode(', ', $route->middleware()) }} |