@extends('central.super.layout') @section('title', __('super.testimonials.title')) @section('content')
{{ __('super.testimonials.subtitle') }}
| # | {{ __('super.testimonials.client') }} | {{ __('super.testimonials.review') }} | {{ __('super.testimonials.rating') }} | {{ __('super.common.status') }} | {{ __('super.common.actions') }} |
|---|---|---|---|---|---|
| {{ $t->sort_order }} |
@if($t->avatar)
{{ strtoupper(mb_substr($t->client_name, 0, 1)) }}
@endif
{{ $t->client_name }} @if($t->company_name){{ $t->company_name }} @endif |
{{ Str::limit($t->review, 60) }} | @if($t->rating) @for($i = 1; $i <= 5; $i++) @endfor @else — @endif | {{ $t->is_active ? __('super.common.active') : __('super.common.inactive') }} |
{{ __('super.testimonials.no_test_desc') }}
{{ __('super.testimonials.add_first') }}