@extends('layouts.tenant-admin') @section('title', 'معارض الصور') @section('content')

معارض الصور

+ معرض جديد
@forelse ($galleries as $gallery)
@if ($gallery->cover_image) @endif

{{ $gallery->title }}

{{ $gallery->images_count }} صورة — {{ $gallery->status === 'published' ? 'منشور' : 'مسودة' }}

تعديل
@csrf @method('DELETE')
@empty

لا توجد معارض بعد.

@endforelse
{{ $galleries->links() }}
@endsection