@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') }}

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

@include('panel.user.finance.partials.plan_card')
{{-- --}} @endsection @push('script') @endpush