11 lines
326 B
PHP
11 lines
326 B
PHP
@extends('Public.ViewEvent.Layouts.EventPage')
|
|
|
|
@section('content')
|
|
|
|
@include('Public.ViewEvent.Partials.EventHeaderSection')
|
|
@include('Public.ViewEvent.Partials.EventShareSection')
|
|
@include('Public.ViewEvent.Partials.EventViewOrderSection')
|
|
@include('Public.ViewEvent.Partials.EventFooterSection')
|
|
|
|
@stop
|