@php $businesses = $homeSection->getBusinesses(); @endphp @if ($businesses->count() > 0)

{{ $homeSection->trans->name }}

@if ($homeSection->description)

{{ $homeSection->trans->description }}

@endif
@foreach ($homeSection->getBusinesses() as $business)
@include('themes.basic.partials.business', ['business' => $business])
@endforeach
@endif