@extends('adminlte::page') @section('title', 'Galería de Imágenes') @section('content_header')

Galería {{ $albumSelected->title }}

@stop @section('content') {{-- Dropzone Form (no previews) --}}
@csrf {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}

@foreach($images as $img)

{{ $img->title }}

{{ $img->description }}
{{-- Delete button --}} {{-- Hidden form for AJAX delete --}}
@endforeach
{{-- Lightbox modal --}} {{-- Loading modal --}} @stop @section('js') @stop