Reintegrados hoy de Vacaciones
{{-- --}}
    @foreach ($this->reintegrosProximos(true) as $item)
  • strtotime($item->reintegro) < strtotime(date('Y-m-d'))])>
    {{ $item->empleado->name ?? null }}
    strtotime($item->reintegro) < strtotime(date('Y-m-d'))])> @if ($item->reintegro) {{ date('d/m/Y', strtotime($item->reintegro)) }} @endif
    Sucursal: {{ $item->empleado->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Reintegrados hoy de Licencias
    @foreach ($this->reintegrosProximosLicencia(true) as $item)
  • strtotime($item->reintegro) < strtotime(date('Y-m-d'))])>
    {{ $item->empleado->name ?? null }}
    strtotime($item->reintegro) < strtotime(date('Y-m-d'))])> @if ($item->reintegro) {{ date('d/m/Y', strtotime($item->reintegro)) }} @endif
    {{ $item->empleado->branch->name ?? null }}
  • @endforeach
{{-- --}}
Proximos Reintegros de Vacaciones
    @foreach ($this->reintegrosProximos() as $item)
  • strtotime($item->reintegro) < strtotime(date('Y-m-d'))])>
    {{ $item->empleado->name ?? null }}
    strtotime($item->reintegro) < strtotime(date('Y-m-d'))])> @if ($item->reintegro) {{ date('d/m/Y', strtotime($item->reintegro)) }} @endif
    Sucursal: {{ $item->empleado->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Proximos Reintegros de Licencias
    @foreach ($this->reintegrosProximosLicencia() as $item)
  • strtotime($item->reintegro) < strtotime(date('Y-m-d'))])>
    {{ $item->empleado->name ?? null }}
    strtotime($item->reintegro) < strtotime(date('Y-m-d'))])> @if ($item->reintegro ?? null) {{ date('d/m/Y', strtotime($item->reintegro)) }} @endif
    Sucursal: {{ $item->empleado->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Proximos Cumpleaños
    @foreach ($this->proximoCumpleanos(false) as $item)
  • strtotime($item->proximo_cumple) < strtotime(date('Y-m-d'))])>
    {{ $item->name ?? null }}
    strtotime($item->proximo_cumple) < strtotime(date('Y-m-d'))])> @if ($item->proximo_cumple ?? null) {{ date('d/m/Y', strtotime($item->proximo_cumple)) }} @endif
    Sucursal: {{ $item->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Cumpleaños
    @foreach ($this->proximoCumpleanos(true) as $item)
  • strtotime($item->naci) < strtotime(date('Y-m-d'))])>
    {{ $item->name ?? null }}
    strtotime($item->naci) < strtotime(date('Y-m-d'))])> @if ($item->naci ?? null) {{ date('d/m/Y', strtotime($item->naci)) }} @endif
    Sucursal: {{ $item->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Vencimiento de carnet de conducir
    @foreach ($this->vencimientoLiciencia() as $item)
  • strtotime($item->carnet_v) < strtotime(date('Y-m-d'))])>
    {{ $item->name ?? null }}
    strtotime($item->carnet_v) < strtotime(date('Y-m-d'))])> @if ($item->carnet_v ?? null) {{ date('d/m/Y', strtotime($item->carnet_v)) }} @endif
    Sucursal: {{ $item->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}
Vencimiento certificado de sanidad
    @foreach ($this->vencimientoCertificadoSanidad() as $item)
  • strtotime($item->sanidad_v) < strtotime(date('Y-m-d'))])>
    {{ $item->name ?? null }}
    strtotime($item->sanidad_v) < strtotime(date('Y-m-d'))])> @if ($item->sanidad_v ?? null) {{ date('d/m/Y', strtotime($item->sanidad_v)) }} @endif
    Sucursal: {{ $item->branch->name ?? null }}
    {{--
    --}}
  • @endforeach
{{-- --}}