@extends('layouts.admin') @section('title', 'All Slider') @section('action') @endsection @section('content')
@foreach($child as $sliders) @endforeach
# Image Action
{{$sliders->id}}
@endsection