@extends('admin.layouts.app') @section('content')
| ID | Description | Image | Action |
|---|---|---|---|
| {{ $embedded->id }} | @if ($embedded->description) {{ implode(' ', array_slice(str_word_count($embedded->description, 1), 0, 10)) . (str_word_count($embedded->description) > 10 ? '...' : '') }} @else No Description @endif |
|