Attendize/resources/views/Public/ViewEvent/EventPagePayment.blade.php

13 lines
272 B
PHP

@extends('Public.ViewEvent.Layouts.EventPage')
@section('head')
@stop
@section('content')
@include('Public.ViewEvent.Partials.EventHeaderSection')
@include('Public.ViewEvent.Partials.EventPaymentSection')
@include('Public.ViewEvent.Partials.EventFooterSection')
@stop