@extends('../../layouts/partials/header') @section('content_header')

Lista de Peajes

@endsection @section('content')
{{-- Agregando el componete de LiveWire datable --}} @livewire('peaje-index') @endsection @extends('../layouts/partials/footer')