@extends('admin.layouts.main') @section('content')
| Id | Thumbnail | Name | Description | Images | URL | Type | On Homepage | Action |
|---|---|---|---|---|---|---|---|---|
| {{++$index}} |
|
{{$row->name}} | {{substr(strip_tags($row->description), 0, 500)}}... | {{$row->images->count()}} | {{$row->url ?:''}} | {{$row->type}} | {{$row->display_on_home ? 'YES' : 'NO'}} |