@extends('layouts.admin-layout')
@section('title', 'All About Home Header Slider ')
@section('content')
Home Header Slider Section
| S.N. |
Heading |
Button Text |
Image |
Action |
@forelse($get_sliders as $item)
| {{ $loop->iteration }} |
{{ $item->title }} |
{{ $item->btn_text }} |
 }}) |
|
@empty
no data found
@endforelse
@endsection
@section('script')
@endsection