@extends ('layouts.app') @section ('content')

Checkout

@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif @if (Session::has('message'))
{{{ Session::get('message') }}}
@endif

Payments will go off monthly

Subscription : {{ '' }}
Frequency : {{ '' }}
Price : R {{ '' }}
Delivery Price : {{ '' }}
Total Per Order : R {{ '' }}
Total Per Month : R {{ '' }}

By continuing, you agree to the purchase and declare that you are satisfied.

{!! $payfast->paymentForm('Checkout with PayFast') !!}
@stop