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

9 lines
212 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')
@stop