@if (Session::has('successMsg'))
@php
$payment_button = collect(siteinfo()->payment_button);
$bkash_image_btn = $buttons->where('type', 'bkash_img')->first();
$ssl_image_btn = $buttons->where('type', 'ssl_img')->first();
$upay_image_btn = $buttons->where('type', 'upay_img')->first();
$nagad_image_btn = $buttons->where('type', 'nagod_img')->first();
@endphp
{{ Session::get('successMsg') }}
@endif @if (Session::has('error')){{ Session::get('error') }}
@endifProfile Details
@if (json_decode(siteinfo()->payment_url)->payment_url_enable == 'on')Pay now Using Different Url
Pay Now @endifSubscriber ID
{{ $details['userinfo']->id }}
Full Name
{{ $details['userinfo']->clientsinfo->clients_name }}
STATUS
@if ($details['userinfo']->clients_status == 'expired')
{{ $details['userinfo']->clients_status }}
@else
{{ $details['userinfo']->clients_status }}
@endif
PACKAGE NAME
{{ $details['package']->package_name }}
PACKAGE PRICE
{{ $details['package']->package_rate }}
CURRENT BALANCE
@if (isset($details['account']->dueAmount) && $details['account']->dueAmount < 1)
{{ abs($details['account']->dueAmount) }}
@else
0
@endif
Due Balance
@if (isset($details['account']->dueAmount) && $details['account']->dueAmount > 0)
{{ abs($details['account']->dueAmount) }} BDT
@else
0 BDT
@endif
EXPIRE DATE
{{ date('d-M-Y', strtotime($details['userinfo']->expire_date)) }}
Name
Mobile
Email
Address
Payment Amount
@if (getBillingType() === 'day_to_day')
{{ $bill_amount }}
@else
@if (isset($details['account']->dueAmount) && $details['account']->dueAmount > 0)
@else
@endif
@endif
{{-- Pay Now --}}
@if (checkSettings('ssl-commerz-show') == 'enable')
@endif
@if (checkSettings('bkash-show') == 'enable')
@if (checkSettings('bkash-tokenized') == 'enable')
@endif
@if (checkSettings('bkash-checkout') == 'enable')
@endif
@endif
@if (checkSettings('uddokta-pay-show') == 'enable')
@endif
@if (checkSettings('pay-with-eps') == 'enable')
@endif
@if (checkSettings('upay-payment') == 'enable')
@endif
@if (checkSettings('nagad-checkout-client-payment') == 'enable')
@endif