@extends('backend.layouts.app') @section('content')

Hola Chula Gallery

Hola Chula Gallery
ADD GALLERY
@foreach ($hola as $items) @endforeach
ID IMAGES ACTION
{{ $items->id }} Delete
@csrf @method('delete')
@endsection @section('css') @endsection @section('js') @endsection