@if (count($assignments) > 0)
@else
@endif
@php $auth = authCheck(); if ($auth) { $purchaseCheck = purchaseCheck($course->id, 'course'); } @endphp @include('theme::layouts.partials.head')
@include('theme::layouts.partials.header', [ 'style' => 'one', 'class' => "flex-center bg-primary-50 shadow-md py-4 fixed inset-0 h-[theme('spacing.header')] z-[101]", 'data' => [ 'components' => [ 'inner-header-top' => '', ], 'header_class' => "flex-center bg-primary-50 shadow-md py-4 fixed inset-0 h-[theme('spacing.header')] z-[101]", ], ])