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