@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@if ($themeInfo->theme_version == 2 || $themeInfo->theme_version == 3) | {{ __('Image') }} | @endif{{ __('Name') }} | {{ __('Occupation') }} | {{ __('Comment') }} | {{ __('Actions') }} |
---|---|---|---|---|---|
@if ($themeInfo->theme_version == 2 || $themeInfo->theme_version == 3) |
@if (is_null($testimonial->image))
-
@else
|
@endif
{{ $testimonial->name }} | {{ $testimonial->occupation }} | {{ strlen($testimonial->comment) > 50 ? mb_substr($testimonial->comment, 0, 50, 'UTF-8') . '...' : $testimonial->comment }} | {{ __('Edit') }} |