Attendize/resources/views/Bilettm/ViewEvent/EventPageViewOrder.blade.php

11 lines
321 B
PHP

@extends('Bilettm.Layouts.BilettmLayout')
@section('content')
@include('Public.ViewEvent.Partials.EventHeaderSection')
@include('Public.ViewEvent.Partials.EventShareSection')
@include('Public.ViewEvent.Partials.EventViewOrderSection')
@include('Public.ViewEvent.Partials.EventFooterSection')
@stop