@extends('layouts.dashboard') @section('template_title') Routing Information @endsection @section('header') Routing Information @endsection @section('breadcrumbs')
| URI | Name | Prefix | Method |
|---|---|---|---|
| {{ $route->uri }} | {{ $route->getName() }} | {{ $route->getPrefix() }} | {{ $route->getActionMethod() }} |