@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'}}
@if($plan)
@endif
{{ html()->form('POST', route('frontend.user.cancelplan'))->id('cancel-form')->open() }} {{ html()->form()->close() }}
@endsection @section('dialogs') {{-- --}} @endsection @push('after-scripts') @endpush @push('after-styles') @endpush