5 lines
143 B
PHP
5 lines
143 B
PHP
|
|
@extends('Public.ViewEvent.Layouts.EmbeddedEventPage')
|
||
|
|
|
||
|
|
@section('content')
|
||
|
|
@include('Public.ViewEvent.Partials.EventTicketsSection')
|
||
|
|
@stop
|