@extends('layout.padrao')
@section('title', 'List - Routes')
@section('content')
Search For:
@include('include.filtro_result')
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@include('routes.table')
{{ $registers->links() }}
@include('include.modal_deletar', ["rota" => "Route"])
@endsection