@foreach ($testimonials as $item)
@if (!empty($item->image) && Storage::disk('public')->exists($item->image))
 }})
@else
{{ collect(explode(' ', $item->name))->map(fn($word) => strtoupper(substr($word, 0, 1)))->implode('') }}
{{--
 }})
--}}
@endif
{{ $item->name }}
{{ $item->designation }}
{{ $item->testimonial }}
@endforeach