@php $clientLogos = class_exists('\App\FrontpageClientLogo') ? \App\FrontpageClientLogo::where('is_active', 1)->orderBy('sort_order')->get() : collect(); @endphp @if($clientLogos->count())

Trusted By Businesses

VENO Cloud System is built for modern companies across the UAE.

@foreach($clientLogos as $client) @if($client->website) @else @endif @endforeach
@endif