@extends('front.layouts.app') @section('content') Home / Blog Blog posts @foreach($newsEvents as $newsEvent) News {{-- {{ \Carbon\Carbon::parse($newsEvent->date)->format('d M, Y') }}--}} {{$newsEvent->date}} {{ $newsEvent->title }} Learn more @endforeach {{ $newsEvents->links() }} @endsection
News