@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')
Subscription payment {{-- @lang('labels.frontend.auth.register_box_title')--}}
Selected plan: {{$plan->name}}
Selected plan price: $AUD {{round($plan->cost/100, 2)}} (@TODO make currency converter)
{{ html()->form('POST', route('frontend.user.firstsubscription'))->id('payment-form')->open() }} {{html()->hidden('stripe_plan_id', $plan->id)}}
{{ html()->form()->close() }}

By clicking the button below, we own you. Dance, monkey!

Tems and conditions

{{--
--}}
@endsection @section('dialogs') @endsection @push('after-scripts') @endpush @push('after-styles') @endpush