@extends('layouts.front') @section('content')
@foreach($clients as $client)
@if(!empty($client->link)) @else @endif {{ $client->name }}
@endforeach
@if(!$testimonials->isEmpty())
01
@foreach($testimonials as $testimonial)
“{{ $testimonial->text }}”
{{ $testimonial->name }}
@endforeach
@endif
@endsection