{{ __('All SaaS Package') }}
@foreach($saases as $saas)
@endforeach
{{__('Icon')}} | {{__('Type')}} | {{__('Title')}} | {{__('Price')}} | {{__('Admin Comission')}}% | {{__('Student')}} | {{__('Instructor')}} | {{__('Course')}} | {{__('Bundle Course')}} | {{__('Subscription Course')}} | {{__('Consultancy')}} | {{__('Status')}} | {{__('Action')}} |
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ ($saas->package_type == PACKAGE_TYPE_SAAS_INSTRUCTOR) ? __('Instructor') : __('Organization') }} | {{ $saas->title }} |
{{__('Monthly')}}: {{$saas->monthly_price}} {{__('Yearly')}}: {{$saas->yearly_price}} |
{{ $saas->admin_commission }} | {{ ($saas->package_type == PACKAGE_TYPE_SAAS_ORGANIZATION) ? $saas->student : '' }} | {{ ($saas->package_type == PACKAGE_TYPE_SAAS_ORGANIZATION) ? $saas->instructor : '' }} | {{$saas->course }} | {{$saas->bundle_course }} | {{$saas->subscription_course }} | {{$saas->consultancy}} |
{{$saases->links()}}