Attendize/resources/views/Public/ViewEvent/Embedded/EventPageCheckout.blade.php

13 lines
385 B
PHP

@extends('Public.ViewEvent.Layouts.EmbeddedEventPage')
@section('head')
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
@stop
@section('content')
@include('Public.ViewEvent.Partials.EventCreateOrderSection')
@include('Public.ViewEvent.Embedded.Partials.PoweredByEmbedded')
<script> var OrderExpires = {{strtotime($expires)}};</script>
@stop