2016-02-29 15:59:36 +00:00
|
|
|
@extends('Public.ViewEvent.Layouts.EventPage')
|
|
|
|
|
|
2019-05-14 13:06:44 +00:00
|
|
|
@section('head')
|
|
|
|
|
@include('Public.ViewEvent.Partials.GoogleTagManager')
|
|
|
|
|
@endsection
|
|
|
|
|
|
2016-02-29 15:59:36 +00:00
|
|
|
@section('content')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventHeaderSection')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventTicketsSection')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventDescriptionSection')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventShareSection')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventMapSection')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventOrganiserSection')
|
2016-07-15 11:29:39 +00:00
|
|
|
@include('Public.ViewEvent.Partials.EventFooterSection')
|
2016-06-16 18:16:35 +00:00
|
|
|
@stop
|
|
|
|
|
|