Slider
Create
{{-- --}}
{{-- Manage Position --}}
@include('layouts.admin.alerts')
@if (count($slider)>0)
@else
No Sliders Added Yet
@endif
| # | Position | Description | Background Image | Url | Link-Button-Text | Action | |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $item->position }} | @if($item->description !=NULL) {{ \Illuminate\Support\Str::limit($item->description, 150, $end='...') }} @else No-data-to-display @endif | @if($item->url != NULL) {{ $item->url }} @else No-data-to-display @endif | @if($item->linkButtonText != NULL) {{$item->linkButtonText}} @else No-data-to-display @endif | Edit | ||