@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{ __($active_plan->plan_name) }}
{{ __('FREE PLAN') }}
@else{{ __($active_plan->plan_name) }}
@if ($active_plan->validity == 9999){{ __('Lifetime') }}
@else{{ $remaining_days > 0 ? __('Remaining Days') . ' : ' . $remaining_days : __('Plan Expired!') }}
@endif @endif{{ __('No active plans!') }}
@endif{{ __($plan->plan_description) }}