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

Podcast

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

@endif
Status

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

Created At

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

Description

{!! $therapist_podcast->description !!}

@endsection @section('scripts') @endsection