@extends('admin.tw.layout') @section('title','Sliders') @section('content')
| Image | Title | Action Name | Action URL | Created | Actions |
|---|---|---|---|---|---|
|
@php $img = $sl->image ? url('/uploads/slider/'.$sl->image) : null; @endphp
@if($img)
|
{{ $sl->name }} | {{ $sl->action_name }} | {{ $sl->action }} | {{ $sl->created_at }} | |
| No sliders found. | |||||