@extends('backend.layouts.grid') @section('title', $active . ' | ' . admin_trans('FAQs')) @section('link', route('admin.faqs.create')) @section('language', true) @section('content')
| {{ admin_trans('#') }} | {{ admin_trans('Language') }} | {{ admin_trans('Title') }} | {{ admin_trans('Published date') }} | |
|---|---|---|---|---|
| {{ $faq->id }} | {{ $faq->language->name }} | {{ shortertext($faq->title, 40) }} | {{ dateFormat($faq->created_at) }} |
|