| م | اسم الالبوم | الصورة | النوع | عدد {{ __('messages.' . strtoupper(Session::get('type'))) }} | {{-- @ability(['admin','super_admin'],['']) --}}الحالة | {{-- @endability --}}تاريخ الإضافة | الناشر | آخر تعديل بواسطة | {{ __('messages.CONTROL') }} | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $category->parent_id > 0 ? '--' : '' }} {{ $category->name_ar }} | {{ __('messages.' . strtoupper($category->type)) }} | @if (Request::segment(3) == 'videos' || Request::segment(3) == 'podcast'){{ $category->photos->count() ?? 0 }} | @else{{ $category->photos->count() ?? 0 }} | @endif {{-- @ability(['admin','super_admin'],['']) --}}{{-- @endability --}} |
{{ $category->created_at->toDateString() }} {{ $category->created_at->toTimeString() }} |
{{ $category->getUser->name ?? '' }} | {{ $category->getEditor->name ?? '' }} | {{-- @ability(['publisher','admin','super_admin'],['']) --}} @if (true) @endif {{-- @endability --}} | |
| {{ $loop->iteration }} | {{ $subcategory->parent_id > 0 ? '--' : '' }} {{ $subcategory->name_ar }} | {{ __('messages.' . strtoupper($category->type)) }} | @if (Request::segment(3) == 'videos' || Request::segment(3) == 'podcast'){{ $subcategory->videos->count() ?? 0 }} | @else{{ $subcategory->videos->count() ?? 0 }} | @endif {{-- @ability(['admin','super_admin'],['']) --}}{{-- @endability --}} |
{{ $subcategory->created_at->toDateString() }} {{ $subcategory->created_at->toTimeString() }} |
{{ $subcategory->getUser->name ?? '' }} | {{ $subcategory->getEditor->name ?? '' }} | {{-- @ability(['publisher','admin','super_admin'],['']) --}} @if (true) @endif {{-- @endability --}} |