@extends('admin.layouts.app') @section('title', 'Galeri — '.$collection->getTranslation('name', 'tr')) @section('page-title', $collection->getTranslation('name', 'tr')) @section('page-subtitle', 'Koleksiyon galerisi') @section('content') @include('admin.partials.collection-tabs')

Toplu yükleme

Birden fazla fotoğraf seçebilirsiniz. Çok büyük dosyalarda 4–5 görseli bir seferde yükleyin.

@csrf
Birden fazla görsel seçebilirsiniz · her dosya en fazla 20 MB

{{ $images->total() }} görsel

Tek görsel ekle
@if ($images->count()) @if ($images->hasPages())
{{ $images->links() }}
@endif @else
Henüz galeri görseli yok.
@endif @endsection