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

6 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.EventTicketsSection')
@include('Public.ViewEvent.Embedded.Partials.PoweredByEmbedded')
2016-02-29 15:59:36 +00:00
@stop