@if ($message = Session::get('success'))
@endif
|
Agencia
|
Patente
|
Estado
|
Fecha Creación
|
|
@foreach ($vehiculos as $vehiculo)
|
{{ $vehiculo->agencias->nom_agencia }}
|
{{ $vehiculo->patente }}
|
@if ($vehiculo->checkdata == 1)
Activo
@else
Desactivado
@endif
|
{{ date('d/m/Y H:i',strtotime($vehiculo->fh_sys));}}
|
|
@endforeach