{{-- Previous --}} id}/step/" . ($currentStep - 1)) : '#!' }}" class="d-flex-center size-48 rounded-circle bg-gray-100"> @svg("iconsax-lin-arrow-left", ['height' => 16, 'width' => 16, 'class' => (!empty($upcomingCourse) and $currentStep > 1) ? 'text-primary' : 'text-gray-500']) {{-- Next --}}
@svg("iconsax-lin-arrow-right", ['height' => 16, 'width' => 16, 'class' => ($currentStep < $stepCount) ? 'text-primary' : 'text-gray-500'])
{{-- Save as Draft --}} @if(!empty($upcomingCourse) and $upcomingCourse->creator_id == $authUser->id) @include('design_1.panel.includes.content_delete_btn', [ 'deleteContentUrl' => "/panel/upcoming_courses/{$upcomingCourse->id}/delete?redirect_to=/panel/upcoming_courses", 'deleteContentClassName' => 'webinar-actions text-danger ml-16', 'deleteContentItem' => $upcomingCourse, 'deleteContentItemType' => "upcoming_course", ]) @endif {{-- Send for Review --}}
@php $stepProgressPercent = (($currentStep * 100) / $stepCount); @endphp