@extends('layouts.app')
@section('title', 'Podcasts')
@section('page-title', 'Podcasts')
@section('breadcrumb', 'More Products / Podcasts')
@push('styles')
Manage audio podcasts for your institute catalog.
Create Podcast| Title | Price | Security | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $podcast->title }} | {{ $podcast->is_free ? 'Free' : '₹'.number_format($podcast->price, 0) }} | {{ $podcast->contentSecurityLabel() }} | {{ ucfirst($podcast->status) }} | {{ $podcast->created_at->format('M d, Y') }} |
|