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

Buena Vida Gallery

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