Bromatología
    @foreach ($this->sucusalBromatologia() as $item)
  • strtotime($item->bromatologia_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->bromatologia_v) < strtotime(date('Y-m-d'))])> @if ($item->bromatologia_v ?? null) {{date('d/m/Y',strtotime($item->bromatologia_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach {{-- --}}
{{-- --}}
Bomberos
    @foreach ($this->sucusalBombero() as $item)
  • strtotime($item->bomberos_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->bomberos_v) < strtotime(date('Y-m-d'))])> @if ($item->bomberos_v ?? null) {{date('d/m/Y',strtotime($item->bomberos_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Matafuegos
    @foreach ($this->sucusalMatafuego() as $item)
  • strtotime($item->matafuegos_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->matafuegos_v) < strtotime(date('Y-m-d'))])> @if ($item->matafuegos_v ?? null) {{date('d/m/Y',strtotime($item->matafuegos_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Facturas Manuales A
    @foreach ($this->sucusalFacturaManual() as $item)
  • strtotime($item->f_manuales_a_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->f_manuales_a_v) < strtotime(date('Y-m-d'))])> @if ($item->f_manuales_a_v ?? null) {{date('d/m/Y',strtotime($item->f_manuales_a_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Facturas Manuales B
    @foreach ($this->sucusalFacturaManualB() as $item)
  • strtotime($item->f_manuales_b_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->f_manuales_b_v) < strtotime(date('Y-m-d'))])> @if ($item->f_manuales_b_v ?? null) {{date('d/m/Y',strtotime($item->f_manuales_b_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Remitos R
    @foreach ($this->sucusalRemito() as $item)
  • strtotime($item->remitos_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->remitos_v) < strtotime(date('Y-m-d'))])> @if ($item->remitos_v ?? null) {{date('d/m/Y',strtotime($item->remitos_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}
Fumigaciones
    @foreach ($this->sucusalFumigacion() as $item)
  • strtotime($item->fumigacion_v) < strtotime(date('Y-m-d'))])>
    {{$item->name ?? null}}
    strtotime($item->fumigacion_v) < strtotime(date('Y-m-d'))])> @if ($item->fumigacion_v ?? null) {{date('d/m/Y',strtotime($item->fumigacion_v))}} @endif
    {{--
    Sucursal Libertad
    --}}
    {{--
    --}}
  • @endforeach
{{-- --}}