@extends('layouts.admin-layout') @section('title', 'All Slider ') @section('content')

Slider Form

Slider Section

{{-- --}} {{-- --}} @foreach($get_sliders as $slider) {{-- --}} {{-- --}} @endforeach
First Heading Second HeadingImagestatusEdit Delete
{{$slider->first_heading}} {{$slider->second_heading}}--}} {{-- {{$slider->status === 1 ? 'Approve' : 'Not Approve'}}--}} {{-- Edit
@endsection @section('script') @endsection