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