One line description or best fit line
--}} @if($plan['hide_stream_permission']){{ currency_symbol($plan['currency']) }} @if ($plan['id'] == ($currentPlan['id'] ?? '')) {{ number_format(getTotalSubscriptionPrice($plan, $currentPlan['quantity']) / $divide_by) }} @else {{ number_format(getTotalSubscriptionPrice($plan, $plan['min_qty']) / $divide_by) }} @endif /Month
@else{{ currency_symbol($plan['currency']) }} @if ($plan['id'] == ($currentPlan['id'] ?? '')) {{ number_format(getTotalSubscriptionPrice($plan, $currentPlan['quantity'])) }} @else {{ number_format(getTotalSubscriptionPrice($plan, $plan['min_qty'])) }} @endif /{{ $plan['plan_cycle_name'] ?? 'One time' }}
@endif @if (isset($plan['price_tiers']) && $plan['price_tiers'] != null) @if($plan['hide_stream_permission'] != null) @else @endif @else {{-- @if($this->islogofly) @else --}}{{ $plan['request_qty'] }} {{ $plan['project_type_id'] == 2 ? 'Content' : 'Design' }} Requests
{{-- @endif --}} @endifNo Plan Found!
@endif