@foreach ($aHome as $id => $img) @endforeach
@include('layouts.header')
breaking news New
    @foreach ($breaking_news as $news)
  • {{ date('d/m/Y H:i', strtotime($news->date)) }} {{ $news->title }}
  • @endforeach

Primo piano

@yield('content') @include('layouts.footer')