@php $locale = app()->getLocale(); $courses = $courses ?? []; @endphp
@csrf
{{ translate('Bundle') }}
@if (module_enable_check('subscription') || module_enable_check('certificate'))
{{ translate('Bundle Settings Options') }}
@if (module_enable_check('subscription'))
{{ translate('Subscription') }}
@endif @if (module_enable_check('certificate'))
{{ translate('Has Certificate') }}
@endif
@endif