Latest news

See all
@foreach($latestNews as $news)
gallery->first()) style="background-image: url('{{ Storage::url($news->gallery()->first()->image) }}')" @endif> {{ $news->created_at->format('M j') }}
News

{{ $news->title }}

{{ $news->created_at->diffForHumans() }}
@endforeach