@if ($title = $shortcode->title)

{{ $title }}

@endif @if ($subtitle = $shortcode->subtitle)

{{ $subtitle }}

@endif
@foreach($testimonials as $testimonial)

{{ $testimonial->name }}

{{ $testimonial->name }} {{ $testimonial->company }}a

{{ $testimonial->content }}

{{ $testimonial->created_at->translatedFormat('d M Y') }}
{{ __('Ratting star') }} {{ __('Ratting star') }} {{ __('Ratting star') }} {{ __('Ratting star') }} {{ __('Ratting star') }}
@endforeach