Name
{{ $clinic_podcast->name ? $clinic_podcast->name : '--' }}
File
@if($clinic_podcast->link_type == 'internal')@if($clinic_podcast->file_type == 'audio') @else @endif
@else@if($clinic_podcast->file_url) File Url @endif
@endifStatus
{{ $clinic_podcast->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($clinic_podcast->created_at, 'd-m-Y') }}
Description
{!! $clinic_podcast->description !!}