@extends('admin.layouts.master') @section('content')

Routes Listing

{{-- Lorem Ipsum sit amet --}}
{{-- Download Csv --}} + Add Route
@php $i = 0; @endphp @foreach ($routes as $route) @endforeach
# ROUTE NAME ACTION
{{ ++$i }}.
{{ $route->name }}
{{-- {{ $routes->name }} --}}
@endsection @section('modal') @endsection @section('script') @endsection