@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) | {{ __('Image') }} | @endif{{ __('Name') }} | {{ __('Occupation') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| @if ($themeInfo->theme_version == 2) |
@if (is_null($testimonial->image))
-
@else
|
@endif
{{ $testimonial->name }} | {{ $testimonial->occupation }} |
|