@unless (count($testimonials) == 0)

People Who Found Jobs Using Jobshubharambh.com

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

{{ $item->testimonial }}

@endforeach
@endunless