{{-- Thumbnail --}}
{{ $bundle->title }} @if($bundle->video_demo)
@endif
{{ csrf_field() }} {{-- Price --}} @include("design_1.web.bundles.show.includes.rightSide.price") {{-- Enroll Form --}} @include("design_1.web.bundles.show.includes.rightSide.enroll_form")
@if(!empty(getOthersPersonalizationSettings('show_guarantee_text')) and !empty(getGuarantyTextSettings("bundle_guaranty_text")))
{{ getGuarantyTextSettings("bundle_guaranty_text") }}
@endif
{{-- Specifications --}} @include("design_1.web.bundles.show.includes.rightSide.specifications") {{-- teacher --}} @include("design_1.web.courses.show.includes.rightSide.teacher", ['userRow' => $bundle->teacher]) {{-- organization --}} @if($bundle->creator_id != $bundle->teacher_id) @include("design_1.web.courses.show.includes.rightSide.teacher", ['userRow' => $bundle->creator]) @endif {{-- Cashback --}} @include('design_1.web.cashback.alert_card', [ 'cashbackRules' => $cashbackRules, 'itemPrice' => $bundle->price, 'cashbackRulesCardClassName' => "mt-28" ]) {{-- Send as Gift --}} @include('design_1.web.bundles.show.includes.rightSide.send_gift') {{-- tags --}} @if($bundle->tags->count() > 0)

{{ trans('public.tags') }}

@foreach($bundle->tags as $tag) {{ $tag->title }} @endforeach
@endif