idmeets plan
@if(\Auth::user()->idmeet_plan==0)
{!! Theme::section('user.account.idmeets.purchase-plan-form') !!}
@else
@if(\Auth::user()->idmeet_plan==1)
Your current plan is Monthly subscription.
@else
Your current plan is Yearly subscription.
@endif
@endif