@extends('layouts.app') @section('content')

 

 

@php $principales =0; @endphp @foreach($botones['Principal'] as $key => $row) @php $principales++; @endphp @if($principales <= 3)

{{$row['title']}}

{{$row['sub-title']}}

@if($row['proximamente'] == 1)

Próximamente

@endif
@php unset($botones['Principal'][$key]); @endphp @endif @endforeach
@php $segundo = 0; @endphp @foreach($botones['Principal'] as $key => $row) @php $segundo++; @endphp @if($segundo <= 2)

{{$row['title']}}

{{$row['sub-title']}}

@if($row['proximamente'] == 1)

Próximamente

@endif
@php unset($botones['Principal'][$key]); @endphp @endif @endforeach

Administración

@foreach($botones['Administracion'] as $key => $row)

{{$row['title']}}

{{$row['sub-title']}}

@if($row['proximamente'] == 1)

Próximamente

@endif
@endforeach
@if(count($ultimasNovedades) >= 2)

Últimas Novedades

@foreach($ultimasNovedades as $novedad)

{{$novedad['titulo']}}

{!! $novedad['descripcion'] !!}

{{$novedad['created_at']}}
@endforeach
@endif

Centro de atención exclusivo para productores

L a V de 9 a 17hs

0.810.345.8808
@endsection