Name
{{ $podcast_category->name ? $podcast_category->name : '--' }}
Image
@if ($podcast_category->image)
@else
--
@endif
Status
{{ $podcast_category->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($podcast_category->created_at, 'd-m-Y') }}
Description
{!! $podcast_category->description !!}