@extends('layouts.app') @section('content')

{{ $pageNote }}

@if($row->status==1) @else @endif @if($row->status_y==1) @else @endif
Plan Name {{ $row->plan_name }}
Plan Amount {!! SiteHelpers::getCurrencymethod(Auth::user()->id,$row->plan_amount) !!}
Yearly Plan Amount {!! SiteHelpers::getCurrencymethod(Auth::user()->id, $row->plan_amount_y )!!}
Plan Interval {{ $row->plan_interval }} Month(s)
Plan Periods {{ $row->plan_periods }} Year(s)
Monthly Plan Status{{ Lang::get('core.fr_mactive') }} {{ Lang::get('core.fr_minactive') }}
Yearly Plan Status{{ Lang::get('core.fr_mactive') }} {{ Lang::get('core.fr_minactive') }}
@stop