@extends('layouts.app') @section('title', 'Podcasts') @section('page-title', 'Podcasts') @section('breadcrumb', 'More Products / Podcasts') @section('content')
Welcome to your podcast dashboard
| Title | Price | Security | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $podcast->title }} | @if($podcast->is_free) Free @else ₹{{ number_format($podcast->price, 0) }} @endif | {{ $podcast->contentSecurityLabel() }} |
|
{{ $podcast->created_at->format('M d, Y') }} |