@extends('super_admins.layouts.master') @section('title') View Podcast @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Podcast

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

@endif
Status

{{ $doctor_podcast->is_active ? 'Active' : 'Inactive' }}

Created At

{{ date_format($doctor_podcast->created_at, 'd-m-Y') }}

Description

{!! $doctor_podcast->description !!}

@endsection @section('scripts') @endsection