@extends('dash.layouts.app')
@section('title')
Sliders List
@endsection
@section('css')
@endsection
@section('content')
# |
{{-- Image | --}}
Title |
Sub Title |
Action |
@forelse( $sliders as $key => $slider)
{{$key+1}} |
{{-- }}) | --}}
{{$slider->title}} |
{{$slider->sub_title}} |
|
@empty
|
Slider not found |
|
|
|
@endforelse
# |
Image |
{{--Title | --}}
{{--Sub Title | --}}
Action |
@endsection
@section('js')
@endsection