@extends(backpack_view('blank')) @section('content')

Thank You!

@if ( request()->get('action') === 'new' ) Your payment was successful. You’re now subscribed to the {{ $plan->name }} plan. @else Your subscrption plan was changed successfully. You’re now subscribed to the {{ $plan->name }} plan. @endif
@endsection