Vencimiento seguro
    @foreach ($this->automotorSeguro() as $item)
  • strtotime($item->seguro_v) < strtotime(date('Y-m-d')), ])>
    {{ $item->tipo ?? null }} {{ $item->patente ?? null }}
    strtotime($item->seguro_v) < strtotime(date('Y-m-d')), ])> @if ($item->seguro_v ?? null) {{ date('d/m/Y', strtotime($item->seguro_v)) }} @endif
    Seguro {{ $item->seguro_e ?? null }} ({{ $item->seguro_p ?? null }})
    {{--
    --}}
  • @endforeach {{-- --}}
{{-- --}}
Vencimiento senasa
    @foreach ($this->automotorSenasa() as $item)
  • strtotime($item->senasa_v) < strtotime(date('Y-m-d')), ])>
    {{ $item->tipo ?? null }} {{ $item->patente ?? null }}
    strtotime($item->senasa_v) < strtotime(date('Y-m-d')), ])> @if ($item->senasa_v ?? null) {{ date('d/m/Y', strtotime($item->senasa_v)) }} @endif
    {{--
    {{$item->tipo??null}}
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Vencimiento ruta
    @foreach ($this->automotorRuta() as $item)
  • strtotime($item->ruta_v) < strtotime(date('Y-m-d')), ])>
    {{ $item->tipo ?? null }} {{ $item->patente ?? null }}
    strtotime($item->ruta_v) < strtotime(date('Y-m-d')), ])> @if ($item->ruta_v ?? null) {{ date('d/m/Y', strtotime($item->ruta_v)) }} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Vencimiento revisión técnica
    @foreach ($this->automotorRTecnica() as $item)
  • strtotime($item->revision_v) < strtotime(date('Y-m-d')), ])>
    {{ $item->tipo ?? null }} {{ $item->patente ?? null }}
    strtotime($item->revision_v) < strtotime(date('Y-m-d')), ])> @if ($item->revision_v ?? null) {{ date('d/m/Y', strtotime($item->revision_v)) }} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Vencimiento matafuego
    @foreach ($this->automotorMatafuego() as $item)
  • strtotime($item->matafuego_vencimiento) < strtotime(date('Y-m-d')), ])>
    {{ $item->tipo ?? null }} {{ $item->patente ?? null }}
    strtotime($item->matafuego_vencimiento) < strtotime(date('Y-m-d')), ])> @if ($item->matafuego_vencimiento ?? null) {{ date('d/m/Y', strtotime($item->matafuego_vencimiento)) }} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Próximos mantenimientos
    @foreach ($this->automotorMantenimiento() as $item) @if ($item->fecha_proximo ?? null)
  • strtotime($item->fecha_proximo) < strtotime(date('Y-m-d')), ])>
    {{ $item->clase ?? null }} ({{ $item->patente ?? null }}) {{ $item->text ?? null }}
    strtotime($item->fecha_proximo) < strtotime(date('Y-m-d')), ])> @if ($item->fecha_proximo ?? null) {{ date('d/m/Y', strtotime($item->fecha_proximo)) }} @endif
    {{--
    Sucursal Libertad
    --}}
    {{-- --}}
  • @endif @endforeach
{{-- --}}