|
{{ $package_title }}
|
{{ $request['start_date'] }} |
{{ \Carbon\Carbon::parse($request['expire_date'])->format('Y') == '9999' ? 'Lifetime' : $request['expire_date'] }}
|
{{ $base_currency_text }} |
{{ $amount == 0 ? 'Free' : textPrice($base_currency_text_position, $base_currency_text, $amount) }}
|