{{-- resources/views/admin/fotos/index.blade.php --}} @extends('layouts.admin') @section('title', 'Galeri Foto') @section('content')
| No | Gambar | Judul/Keterangan | Album | Tgl. Upload | Aksi |
|---|---|---|---|---|---|
| {{ ($fotos->currentPage()-1) * $fotos->perPage() + $loop->iteration }} |
|
{{ $foto->title ?? '-' }} | {{ $foto->album?->album_name ?? 'Tanpa Album' }} | {{ $foto->created_at ? $foto->created_at->translatedFormat('d F Y') : 'N/A' }} | |
| Belum ada foto di galeri. | |||||