@extends('layouts.app') @section('title', 'Bundle Report') @section('page-title', 'Bundle Report') @section('breadcrumb', 'Reports / Bundles') @section('content')
| Bundle | Status | Courses | Enrollments | Price |
|---|---|---|---|---|
| {{ $bundle->title }} | {{ $bundle->courses_count }} | {{ $bundle->enrollments_count }} | ₹{{ number_format($bundle->price ?? 0, 0) }} |