diff --git a/resources/views/Public/ViewEvent/Layouts/EventPage.blade.php b/resources/views/Public/ViewEvent/Layouts/EventPage.blade.php
index 7f262d43..d92c002c 100644
--- a/resources/views/Public/ViewEvent/Layouts/EventPage.blade.php
+++ b/resources/views/Public/ViewEvent/Layouts/EventPage.blade.php
@@ -65,7 +65,7 @@
-
+
@yield('content')
diff --git a/resources/views/Public/ViewEvent/Partials/EventDescriptionSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventDescriptionSection.blade.php
index aeda7d50..519619f0 100644
--- a/resources/views/Public/ViewEvent/Partials/EventDescriptionSection.blade.php
+++ b/resources/views/Public/ViewEvent/Partials/EventDescriptionSection.blade.php
@@ -7,18 +7,18 @@
@if($event->images->count())
-
+
{!! Markdown::parse($event->description) !!}
-
.'/'.$event->images->first()['image_path']}})
+
@else
-
+
{!! Markdown::parse($event->description) !!}
diff --git a/resources/views/Public/ViewEvent/Partials/EventHeaderSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventHeaderSection.blade.php
index 4d07c926..e57c66e3 100644
--- a/resources/views/Public/ViewEvent/Partials/EventHeaderSection.blade.php
+++ b/resources/views/Public/ViewEvent/Partials/EventHeaderSection.blade.php
@@ -32,9 +32,20 @@
-
{{$event->title}}
-
{{ $event->start_date->toDayDateTimeString() }}
- - {{ $event->end_date->format('H:i A') }} @
{{$event->venue_name}}
+
{{$event->title}}
+
+
+ {{ $event->start_date->toDayDateTimeString() }}
+
+ -
+
+ {{ $event->end_date->format('H:i A') }}
+
+ @
+
+ {{$event->venue_name}}
+
+