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

Cafe Alegria Gallery

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