{{__('org-subscription.My Plan')}}

@if(isset($plans)) @foreach ($plans as $plan) @php $plan=$plan->plan; @endphp

{{$plan->title}}

{{Str::limit($plan->about,'90','...')}}

{{round($plan->totalCompleted()['totalProgress'])}} % {{__('student.Complete')}}

@endforeach @if(count($plans)==0)

{{__('org-subscription.No Plan Purchased Yet')}}!

@endif @endif