@extends('panel.layout.app') @section('title', __('Subscription Payment')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('content')
@include('panel.user.finance.coupon.index')
@csrf
{{ __('Order ID') }}: {{ $order_id }}
{{ __('Subscribe for free now') }}

{{ __('By purchasing you confirm our') }} {{ __('Terms and Conditions') }}

@php $newDiscountedPrice = $plan->price; $taxRate = 0; $taxValue = 0; @endphp @include('panel.user.finance.partials.plan_card')
@endsection @push('script') @endpush