@extends('menu/menu') {{-- --}} @section('content')

Capacitaciones

Filtrar 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

Historial de capacitación

{{-- --}} {{-- @foreach ($capas as $capacitacion) @endforeach --}} @foreach ($datos_instalacion as $capacitacion) @endforeach
CUI Fecha capacitación Estado Cliente Comuna Dirección Acciones

Fecha de capacitación

Cantidad de Personas

Cliente

Comuna

Contacto

Acciones

{{Carbon\Carbon::createFromDate($capacitacion->fecha_capacitacion)->format('d-m-Y')}} {{$capacitacion->cantidad_personas}} {{$capacitacion->cliente}} {{$capacitacion->comuna}} {{$capacitacion->datoscontacto}}
{{$capacitacion->sCui}} @if ($capacitacion->fecha_capacitacion != "") {{Carbon\Carbon::createFromDate($capacitacion->fecha_capacitacion)->format('d-m-Y')}} @else No Informado @endif {{-- {{$capacitacion->fecha_capacitacion ?? 'No informado'}} --}} {{$capacitacion->estado_capa ?? 'No informado'}} {{$capacitacion->sCliente}} {{$capacitacion->sComuna}} {{$capacitacion->sDireccion}}
@if($capacitacion->estado_capa == "Finalizado") @else @endif {{-- {{route('generar.pdfCordinadoraCapacitacion',Crypt::encryptString($capacitacion->id_capacitacion)}} --}}
@endsection