@extends('backend.index') @section('content')

Upload Image

@csrf

Gallery

@foreach($images as $image) @endforeach
Image Actions
Image Edit
@csrf @method('DELETE')
{{ $images->links('pagination::bootstrap-4') }}
@endsection