@extends('layouts.app') @section('title', $bundle->title) @section('page-title', $bundle->title) @section('breadcrumb', 'Bundles / Details') @section('content')
₹{{ number_format($bundle->price ?? 0, 0) }} · {{ $bundle->courses->count() }} courses
{{ $bundle->description }}
No courses in this bundle
@endforelse| Learner | Status | Enrolled |
|---|---|---|
|
{{ $enrollment->user?->name }}
{{ $enrollment->user?->email }} |
{{ $enrollment->enrolled_at?->format('M d, Y') ?? '—' }} |