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