{{$saas->title}}
{{__('Personal Information')}}
{{$saas->details}}
-
{{__('SaaS Type')}}:
{{($saas->package_type == PACKAGE_TYPE_SAAS_INSTRUCTOR) ? __('Instructor SaaS') : __('Organization SaaS')}}
-
{{__(' Price')}}:
{{$saas->monthly_price}}
-
{{__('Monthly Price')}}:
{{$saas->monthly_price}}
-
{{__('Discounted Monthly Price')}}:
{{$saas->discounted_monthly_price}}
-
{{__('Monthly Price')}}:
{{$saas->yearly_price}}
-
{{__('Discounted Monthly Price')}}:
{{$saas->discounted_yearly_price}}
-
{{__('Admin Commission')}}:
{{$saas->admin_commission}}%
@if($saas->package_type == PACKAGE_TYPE_SAAS_ORGANIZATION)
-
{{__('Student Limit')}}:
{{$saas->student}}
-
{{__('Instructor Limit')}}:
{{$saas->instructor}}
@endif
-
{{__('Course Limit')}}:
{{$saas->course}}
-
{{__('Bundle Course Limit')}}:
{{$saas->bundle_course}}
-
{{__('Subscription Course Limit')}}:
{{$saas->consultancy}}
-
{{__('Consultancy Limit')}}:
{{$saas->consultancy}}
-
{{__('Status')}}:
{{ getPackageStatus($saas->status) }}
}})
{{ $totalSaases }}
{{ __('Total Subscribe') }}
{{__('Subscriber')}}
{{__('Image')}} | {{__('Name')}} | {{__('Status')}} |
---|---|---|
@if($saas->package_type == PACKAGE_TYPE_SAAS_INSTRUCTOR)
|
@if($saas->package_type == PACKAGE_TYPE_SAAS_INSTRUCTOR) {{ @$userSaas->user->instructor->name }} @else {{-- TODO: organization --}} {{-- {{ @$userSaas->user->instructor->name }} --}} @endif | {{ getPackageStatus($userSaas->status) }} |
{{@$userSaases->links()}}