@extends('frontend::layouts.master') @section('content')
{{__('frontend.expiring_on')}} {{ \Carbon\Carbon::parse($activeSubscriptions->end_date)->format('d F, Y') }}
@else{{__('frontend.not_active_subscription')}}
@endif{{ $plan->name }}
@if($plan->discount == 1)
@if($plan->discount == 1)
{{ Currency::format($plan->price) }}/
{{ Currency::format($plan->total_price) }}
@else
{{ Currency::format($plan->price) }}
@endif
/ {{ $plan->duration_value }} {{ $plan->duration }}
{!! $plan->description !!}