9 lines
212 B
PHP
9 lines
212 B
PHP
|
|
@extends('Public.ViewEvent.Layouts.EmbeddedEventPage')
|
||
|
|
|
||
|
|
@section('content')
|
||
|
|
|
||
|
|
@include('Public.ViewEvent.Partials.EventShareSection')
|
||
|
|
@include('Public.ViewEvent.Partials.EventViewOrderSection')
|
||
|
|
|
||
|
|
@stop
|