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

5 lines
143 B
PHP

@extends('Public.ViewEvent.Layouts.EmbeddedEventPage')
@section('content')
@include('Public.ViewEvent.Partials.EventTicketsSection')
@stop