@extends('backend.layouts.grid') @section('title', __('Highlighter')) @section('link', route('admin.highlighters.create')) @section('content')
| {{ __('#') }} | {{ __('Image') }} | {{ __('Title') }} | {{ __('Short Description') }} | {{ __('Created date') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $highlighter->id }} | {{ shortertext($highlighter->title, 30) }} | {{ shortertext($highlighter->short_description, 70) }} | {{ vDate($highlighter->created_at) }} |
|