@extends('frontend.layouts.app') @section('content') @if( isset( $preview->preview_data ) ) @php $event = json_decode( $preview->preview_data ); @endphp

{!!$event->title !!}

{!!$event->title!!}

@if(isset($event->featured_image)) {!!$event->featured_image!!} @else Event Image @endif
{!!$event->overview_description!!}

{!!$event->title!!}

Start Date :{!!$event->event_start_date!!} {!!$event->event_start_time!!}

End Date :{!!$event->event_end_date!!} {!!$event->event_end_time!!}

@php $province = \App\Models\Province::find($event->province_id); @endphp

Event Location :{{$event->city.','}} {{$province->name}}, {{$event->postal_code}}

@include('frontend.ads.modal.event-message')

Event Contact

@if(isset($event->phone))

Phone :{!!$event->phone!!}

@endif @if(isset($event->email))

Email :{!!$event->email!!}

@endif
@endif @endsection @section('scripts') @endsection