@extends('frontend.layout') @section('content')
épargne à vue

Actualités

ACTUALITE

@foreach ($actualites as $act)
@if(empty($act->img))
@else
@endif
{{ $date->format('d') }}
{{ $date->format('M Y') }}

{!! $act->actualite_title !!}

{!! $act->resume !!}

Lire la suite

@endforeach

{{--
@foreach ($actualites as $act)
{{ $act->actualite_title }}
{{ $act->actualite_title }}

{{ $act->resume }}

@endforeach
--}} @stop()