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

Slider Section

@foreach($get_sliders as $slider) @endforeach
S.N. First Heading Second Heading status Action
{{ $loop->iteration }} {{$slider->first_heading}} {{$slider->second_heading}} {{$slider->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection