@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')
{{ $gallery->title }}

{{ $gallery->title }}

@if ($gallery->description)

{{ $gallery->description }}

@endif
@if ($gallery->status) Publicado @else Borrador @endif {{ $gallery->views }} {{ $gallery->created_at->format('d-m-Y H:i') }}
Fotos Antiguas
@csrf
Arrastra imágenes antiguas o haz clic para subir
Fotos Actuales
@csrf
Arrastra imágenes actuales o haz clic para subir
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @push('js') @endpush