@extends('layout') @section('content') @section('almacenes-active', 'active') @section('conductores-active', 'active')

LISTA DE CONDUCTORES

@csrf
Vehículos
@include('almacenes.conductores.tables.tbl_list_conductores')
@stop @push('styles') @endpush @push('scripts') @endpush