@extends('backend.admin.layouts.app') @section('content')
| # | Preview | Type | Title | YouTube | Alternative Info | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($slider->image)
|
{{ ucfirst($slider->type) }} |
{{ $slider->title ?: '—' }}
@if($slider->description)
{{ \Illuminate\Support\Str::limit($slider->description, 70) }}
@endif
|
@if($slider->youtube_url) Open Video @else — @endif | {{ $slider->alt ?: '—' }} |
|
| No slider found. | ||||||