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

Edit Slider image

@csrf
Image Gallery
@php $get_decode = json_decode($find_sliders->images); @endphp @if(empty($get_decode))
@endif @if($get_decode)
@foreach($get_decode as $index => $all_images)
@endforeach
@endif
@endsection @section('script') @endsection