@extends('backend.layouts.app') @section('title', 'Gallery') @push('styles') @endpush @section('content')

GALLERY IMAGE undo

@foreach($galleries as $gallery) @endforeach

UPLOAD GALLERY IMAGE

@csrf
touch_app

Drop files here or click to upload.

(This is just a demo dropzone. Selected files are not actually uploaded.)
refresh Refresh
@endsection @push('scripts') @endpush