@extends('admin.layouts.app') @section('title') Admin Dashboard @endsection @section('section')

Images for Slug: {{ $slug }}

@foreach($images as $key => $image) @endforeach
ID Image Action
{{ $key + 1 }} Slider Image Edit
@csrf @method('DELETE')
Back to Sliders
@endsection