@extends('backend.layouts.grid') @section('title', $active . ' | ' . admin_trans('Features')) @section('link', route('admin.features.create')) @section('language', true) @section('content')
| {{ admin_trans('#') }} | {{ admin_trans('Language') }} | {{ admin_trans('Details') }} | {{ admin_trans('Published date') }} | |
|---|---|---|---|---|
| {{ $feature->id }} | {{ $feature->language->name }} |
{{ shortertext($feature->title, 40) }}
{{ shortertext($feature->body, 50) }} |
{{ dateFormat($feature->created_at) }} |
|