@extends('frontend.layouts.master') @section('meta') {{-- --}} @endsection @section('title') {{$event->title}} @endsection @section('main-content') @include('frontend.layouts.notification')

{{$event->title}}

image

Introduction

{{--

Event description

--}}

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

Event objective

{!! ($event->objective) !!}

Event Location

{{$event->location}}

Event Map

@endsection @push('styles') @endpush @push('scripts') @endpush