@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{ __('Description') }} | {{ __('Price') }} |
---|---|
{{ __($selected_plan->plan_name) }} - {{ __($selected_plan->validity) }}
{{ __('Days') }}
|
{{ $currency->symbol }}{{ $selected_plan->plan_price == '0' ? 0 : number_format($selected_plan->plan_price,2) }} |
{{ __($config[24]->config_value) }} ({{ $config[25]->config_value }}%)
|
{{ $currency->symbol }}{{ number_format((int)$selected_plan->plan_price * (int)$config[25]->config_value / 100, 2) }} |
{{ __('Total Payable Amount') }} | {{ $currency->symbol }}{{ number_format($total, 2) }} |