@if ($testimonials->isEmpty() && $sort === 'featured')
{{ __('No stories published yet. Check back soon.') }}
@else
{{ __('Sort by:') }}
@foreach ($sortOptions as $key => $label)
@endforeach
@foreach ($testimonials as $testimonial)
@endforeach
@if ($testimonials->hasPages())
@endif
@endif
{{ $testimonial->translate('name') }}
{{ $testimonial->translate('role') }}
{{ $testimonial->translate('quote') }}