@extends('panel.layout.app') @section('title', __('Subscription Payment')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('content')
@csrf
{{ __('Pay') }} {!! displayCurr(currency()->symbol, $plan->price) !!} {{ __('with') }}

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

@include('panel.user.finance.partials.plan_card')
{{--
--}} {{-- --}} {{-- @if ($plan->is_featured == 1)--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
{{ __($plan->name) }}
--}} {{--
--}} {{--
--}} {{-- {!! displayCurrPlan(currency()->symbol, $plan->price) !!}--}} {{-- / {{__(formatCamelCase($plan->frequency))}}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{ __('Change Plan') }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @push('script') @endpush