@extends('layouts.mastercms') @section('content')

Event title:

{{ucwords($event->title)}}

Description:

{{ucwords($event->description)}}

Image:

image()}} alt="">

start date

{{$event->start_date}}

end date:

{{$event->end_date}}

@endsection