@extends('layouts.app') @section('title', 'Bundles') @section('page-title', 'Course Bundles') @section('breadcrumb', 'Manage product bundles') @section('content')
| Bundle | Courses | Price | Status | Actions |
|---|---|---|---|---|
|
{{ $bundle->title }}
{{ $bundle->created_at->format('M d, Y') }} |
{{ $bundle->courses_count }} | ₹{{ number_format($bundle->price ?? 0, 0) }} |
|
Edit |