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