2016-02-29 15:59:36 +00:00
|
|
|
@extends('Public.ViewEvent.Layouts.EventPage')
|
|
|
|
|
|
|
|
|
|
@section('head')
|
|
|
|
|
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
|
|
|
|
|
@stop
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventHeaderSection')
|
|
|
|
|
|
|
|
|
|
@include('Public.ViewEvent.Partials.EventCreateOrderSection')
|
2016-03-10 04:41:10 +00:00
|
|
|
<script>var OrderExpires = {{strtotime($expires)}};</script>
|
2016-02-29 15:59:36 +00:00
|
|
|
@include('Public.ViewEvent.Partials.EventFooterSection')
|
|
|
|
|
@stop
|
|
|
|
|
|