@extends('layouts.admin') @section('title', __('View Testimonial')) @section('content')
{{ __('View testimonial information') }}
{{ $testimonial->client_position }}
@endif @if($testimonial->client_company){{ $testimonial->client_company }}
@endif{{ $testimonial->content_en }}
@if($testimonial->content_ar){{ $testimonial->content_ar }}
@endif