@extends('frontend::layouts.master') @section('title') {{ __('frontend.subscription_plan') }} @endsection @section('content')
{{ __('frontend.expiring_on') }} {{ formatDate($activeSubscriptions->end_date) }}
@else{{ __('frontend.not_active_subscription') }}
@endif