@extends('main_layout') @section('datatable')
Conductores
{{ Datatable::table() ->addColumn('Id','Nombre', 'RH','No Licencia','Categoria','Fecha Vencimiento', 'Acciones') ->setUrl(route('conductore.index')) ->render() }}
@stop