@extends('layouts.app') @section('template_title') Routing Information @endsection @section('content')
@include('partials.form-status')
Routing Information {{ count($routes) }} routes
@foreach ($routes as $route) @endforeach
URI Name Type Method
{{$route->uri}} {{$route->getName()}} {{$route->getPrefix()}} {{$route->getActionMethod()}}
@endsection