@extends('layouts.core.frontend_dark') @section('title', trans('messages.subscriptions')) @section('head') @endsection @section('menu_title') @include('subscription._title') @endsection @section('menu_right') @include('layouts.core._top_activity_log') @include('layouts.core._menu_frontend_user') @endsection @section('content')
{{ trans('messages.select_plan.wording') }}
@else @include('elements._notification', [ 'level' => 'warning', 'message' => trans('messages.no_plan.title') ]){{ trans('messages.select_plan.wording') }}
@endif @if (empty($plans))restore {{ $plan->displayFrequencyTime() }}
{{ $plan->description }}
{{ trans('messages.plan.has_free', [ 'time' => $plan->getTrialPeriodTimePhrase(), ]) }}
@endif