{{-- إذا كنت ترغب في إضافة زر الرجوع، يمكنك إزالته من التعليقات --}}
@forelse ($category->podcasts as $item) @empty @endforelse
# @trans('Title') @trans('Image') @trans('Sound') @trans('Settings')
{{ $loop->index + 1 }} {{ $item->transLocale->first()->title }} @if ($item->image) Podcast Image @else @trans('No images') @endif @if ($item->sound) @else @trans('No sound') @endif {{-- تضمين نموذج الحذف --}} @include('admin.pages.podcast._model_delete', ['id' => $item->id])
@trans('No goals found')