@if ($testimonials->count() > 0)
@foreach ($testimonials as $testimonial) @endforeach
Nom Type de visa Image Actions
{{ $testimonial->name }} {{ $testimonial->type_visa }} @if ($testimonial->photo != null) @else N/A @endif
@else
Aucune donnée disponible.
@endif