@extends($activeTemplate . 'layouts.frontend')
@section('content')
{{ __($plan->name) }}
{{ __(showAmount($plan->price)) }} {{ $general->cur_text }}
@if (@auth()->user()->runningPlan && @auth()->user()->plan_id == $plan->id)
@else
@endif