@php $thumbnail = $bundle->thumbnail && fileExists('lms/courses/bundles', $bundle->thumbnail) == true ? asset("storage/lms/courses/bundles/{$bundle->thumbnail}") : asset('lms/frontend/assets/images/420x252.svg'); $currency = $bundle?->currency ?? 'USD-$'; $currencySymbol = get_currency_symbol($currency); @endphp
Course thumbnail
@if ($bundle?->is_certificate) @endif
{{ translate('This Bundle Includes') }}:
{{ $bundle->duration }}
{{ translate('Bundle Level') }}
@foreach ($bundle->levels as $level) @php $levelTranslations = parse_translation($level); @endphp {{ $levelTranslations['name'] ?? ($level->name ?? '') }} @if (!$loop->first) , @endif @endforeach
{{ translate('Total Course') }}
{{ count($bundle?->courses) }}
{{ translate('Certificate') }}
{{ translate('Yes') }}
{{ translate('Price') }}
{{ $currencySymbol }}{{ dotZeroRemove($bundle?->price ?? 0) }}
@if (!$hasPurchase) @auth @endauth @guest {{ translate('Add To Cart') }} @endguest @else @endif