@extends('agency.layouts.app') @section('title', 'Tüm Dosyalar') @section('content')

Tüm Dosyalar

@if($items->count() > 0)
Dosyalar ({{ $items->total() }})
0 seçili
@foreach($items as $item)
{{ $item->alt_text ?? $item->title }}
@if($item->is_featured) @endif @if(!$item->is_public) @endif {{ strtoupper($item->extension) }}
{{ $item->formatted_file_size }}
{{ Str::limit($item->title ?? $item->original_name, 25) }}

{{ Str::limit($item->folder->name, 15) }}

{{ $item->width }} x {{ $item->height }}
{{ $item->view_count }}
{{ $item->download_count }}
@if($item->tags && count($item->tags) > 0)
@foreach(array_slice($item->tags, 0, 2) as $tag) #{{ $tag }} @endforeach @if(count($item->tags) > 2) +{{ count($item->tags) - 2 }} @endif
@endif
@endforeach
@if($items->hasPages()) @endif
@else

Dosya Bulunamadı

@if(request()->hasAny(['search', 'folder_id', 'orientation', 'status'])) Arama kriterlerinize uygun dosya bulunamadı. @else Henüz hiç dosya yüklenmemiş. @endif

@if(request()->hasAny(['search', 'folder_id', 'orientation', 'status'])) Filtreleri Temizle @endif
@endif
@endsection @push('scripts') @endpush @push('styles') @endpush