@extends('frontend.layouts.master') @section('content')
@foreach($events as $k=>$v)
{{ date('jS M Y', strtotime($v->event_date)) }}

{{$v->title}}

{{$v->description}}

Read More
@endforeach
@endsection