{{ __('site.page_pods_cat_h1') }}
{{ __('site.page_pods_cat_subtitle') }}
{!! Session::get('success') !!}
@endif
@if(empty($allCategories) || $allCategories->count() == 0)
@else
{{ __('site.page_post_cat_search_norec') }}
@foreach($allCategories as $category)
@endforeach
@endif
{{ __('site.page_pods_cat_name_label') }}
{{ $category->name }}
{{ __('site.page_pods_cat_linked') }}
{{ $category->linked_podcasts ?? 0 }}
{{ __('site.page_pods_cat_created') }}
{{ $category->created_at ? date('d/m/Y H:i', strtotime($category->created_at)) : '--' }}
{{ __('site.page_pods_cat_last_ep') }}
{{ $category->last_update_ep ? date('d/m/Y H:i', strtotime($category->last_update_ep)) : '--' }}
{{-- AJUSTE AQUI: Redireciona para a listagem filtrando pelo ID desta categoria --}}
{{ __('site.page_pods_cat_view_pods') }}