| Course Identity | Category | Fees Structure | Duration | Status | Actions |
|---|---|---|---|---|---|
|
@if ($course->cover_image)
{{ $course->name }}
{{ $course->code }}
|
@if ($course->category) {{ $course->category->name }} @else Uncategorized @endif |
₹{{ number_format((float) $course->total_fee, 2) }}
Base: {{ number_format((float) $course->base_fee) }} | GST:
{{ $course->tax_percentage + 0 }}%
|
{{ $course->duration_days }} Days
|
@if ($course->is_active) Published @else Draft @endif | |
No courses foundTry changing your filters or search criteria. |
|||||