@php $data = getBusinessesWidgetData(); @endphp
{{ $data['all'] }} کسب و کارها
@if (($count = count($data['latest'])) != 0) کسب و کارهای جدید
@foreach ($data['latest']->take(6) as $business)
@if ($business->logo_url) Pic @else @php $colors = [ 'light-warning' => 'warning', 'light-primary' => 'primary', 'light-danger' => 'danger', 'light-info' => 'info', 'dark' => 'gray-300' ]; $color = array_rand($colors); @endphp {{ mb_substr($business->title, 0, 1) }} @endif
@endforeach @if ($count > 6) +{{ $count - 6 }} @endif
@else کسب و کار جدیدی موجود نیست! @endif