Attendize/resources/views/Public/ViewEvent/Embedded/EventPageViewOrder.blade.php

8 lines
275 B
PHP
Raw Normal View History

2016-02-29 15:59:36 +00:00
@extends('Public.ViewEvent.Layouts.EmbeddedEventPage')
@section('content')
@include('Public.ViewEvent.Partials.EventShareSection')
@include('Public.ViewEvent.Partials.EventViewOrderSection')
@include('Public.ViewEvent.Embedded.Partials.PoweredByEmbedded')
2016-02-29 15:59:36 +00:00
@stop