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

Home Header Slider Section

@forelse($get_sliders as $item) @empty

no data found

@endforelse
S.N. Heading Button Text Image Action
{{ $loop->iteration }} {{ $item->title }} {{ $item->btn_text }}
@endsection @section('script') @endsection