@extends('frontend.layouts.app_minimal') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')
Cancel plan
Plan details- currently {{$plan?$logged_in_user->subscriptions->first()->name:' Free plan'}}
Stay on current plan
@if($plan)
Cancel plan
@endif
{{ html()->form('POST', route('frontend.user.cancelplan'))->id('cancel-form')->open() }} {{ html()->form()->close() }}
@endsection @section('dialogs')
Are you sure?
By cancelling, you will still have read-only access to all your current boards, but you will lose access to forums unless you are a member of a lab.
Some other info here.
Payment should cease immediately
Yes, I want to cancel
Keep my subscription
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Plan update
--}} {{--
--}} {{--
--}} {{--
OK
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @push('after-scripts') @endpush @push('after-styles') @endpush