Attendize/resources/views/Public/ViewEvent/EventPage.blade.php

17 lines
596 B
PHP
Raw Normal View History

2016-02-29 15:59:36 +00:00
@extends('Public.ViewEvent.Layouts.EventPage')
@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')
@include('Public.ViewEvent.Partials.EventFooterSection')
2016-06-16 18:16:35 +00:00
@stop