@extends('layouts.app') @push('pageTitle') {{ __('labels.best_practices_testimonials') }} @endpush @section('content')
| # | {{ __('labels.title') }} | {{ __('labels.status') }} | {{ __('labels.created_at') }} | {{ __('labels.action') }} |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ strtoupper(substr($item->title, 0, 2)) }}
{{ $item->title }}@if($item->author) {{ $item->author->name }} @endif |
@if($item->is_active) {{ __('labels.active') }} @else {{ __('labels.inactive') }} @endif |
{{ $item->created_at?->format('d.m.Y') }}
{{ $item->created_at?->format('H:i') }}
|
|
| {{ __('labels.no_category_found') }} | ||||