@extends('admin.layouts.layout') @section('content')
| SL | Image | Title | Subtitle | Link | Status |
Action
|
|---|---|---|---|---|---|---|
| {{ $row->serial_no ?? '-' }} |
@if ($row->image)
|
{{ Str::limit($row->title, 50) }} | {{ Str::limit($row->subtitle, 50) }} | {{ Str::limit($row->link, 50) }} |
@if ($row->status == 1)
Active
@else
InActive
@endif
|