@extends('layouts.app') @section('metadata') Notícies - La Mongia - Ajuntament de Cardedeu @endsection @section('content')

Notícies

@php $i=0; @endphp @foreach($noticias as $noticia)

{{$noticia->title}}


{!!$noticia->shortcontent!!}
{{App\Helpers\helpers::getdatedayhelper($noticia->datapublicacio)}}
@php $i++; @endphp @endforeach
{{ $noticias->onEachSide(1)->links() }}
@endsection @section('bottomscripts') @endsection