@section('title') Content Settings @endsection @section('breadcrumbs') {{ Breadcrumbs::render('content-settings.testimony.show', $testimony->id) }} @endsection

{{ __('View Testimony') }}

{{ $testimony->client_name ?? '-' }}
{{ $testimony->description ?? '-' }}
@if ($testimony->status == 1) {{ 'Active' }} @else {{ 'Not Active' }} @endif
@section('scripts') @endsection