@extends('account::layouts.account') @section('title','Downgrade subscription') @section('content') @slot('actions') @include('subscription::inc.button-back') @endslot @slot('title',"Downgrade to the {$plan->name}")

Would you like to downgrade to the {{$plan->name}} plan for €{{ $price->amount }} per month and enjoy all the new features and benefits?



You'll receive a credit for the unused part of your old plan, brand be billed for the new plan based on the remaining time in the billing cycle. @subscribed_canceled
Please be advised that your subscription is scheduled to be canceled. The following action will reactivate and downgrade your subscription. @end_subscribed_canceled
@slot('footer') Cancel @endslot
@endsection