@extends('menu/menu') {{-- --}} @section('content')
API CAPACITACIONES
Firltrar por

@if (!empty($disable)) @endif @if (!empty($carga_selectRegion)) @foreach ($carga_selectRegion as $regiones) @if ($regiones->sRegion != null) @if($regiones->sRegion == $region) @else @endif @endif @endforeach @endif
@if (!empty($disable)) @endif @if (!empty($carga_selectComuna)) @foreach ($carga_selectComuna as $comunas) @if ($comunas->sComuna != null) @if( $comunas->sComuna === $comuna) @else @endif @endif @endforeach @endif
@if (!empty($disable)) @endif @if(!empty($carga_selectDireccion)) @foreach($carga_selectDireccion as $direcciones) @if ($direcciones->sDireccion != null) @if($direcciones->sDireccion == $direccion) @else @endif @endif @endforeach @endif
@if (!empty($disable)) @endif @if (!empty($carga_selectSucursal)) @foreach($carga_selectSucursal as $sucursales) @if ($sucursales->sTipo_sucursal != null) @if($sucursales->sTipo_sucursal == $sucursal) @else @endif @endif @endforeach @endif
{{-- BOTON BUSCAR --}}
{{-- TABLA DE RESULTADOS --}}
@foreach ($datos_instalacion as $capacitacion) @endforeach
CUI Fecha capacitación Estado Cliente Comuna Dirección settings
{{$capacitacion->sCui}} @if ($capacitacion->fecha_capacitacion != "") {{Carbon\Carbon::createFromDate($capacitacion->fecha_capacitacion)->format('d-m-Y')}} @else No Informado @endif {{$capacitacion->estado_capa ?? 'No informado'}} {{$capacitacion->sCliente}} {{$capacitacion->sComuna}} {{$capacitacion->sDireccion}}
history add_box @if($capacitacion->estado_capa == "Finalizado") picture_as_pdf @else picture_as_pdf @endif
@endsection