@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if(!empty($testimonial))
Card image
{{--
--}} {{-- --}} {{--
--}}

{{ $testimonial->translation->title }}

{!! $testimonial->translation->content !!}
@else
{!! __("No record found.") !!}
@endif
@include('front.common.model')
@endsection