@extends('layouts.public') @section('title', $episode->title) @section('meta_description', \Illuminate\Support\Str::limit(strip_tags($episode->description ?? ''), 155)) @section('content') @include('public._breadcrumb', ['items' => [['label' => 'البودكاست', 'url' => '/podcast'], ['label' => $episode->title]]])
{{ $episode->show_name }}
@endif