@php $offer = App\Models\UniPopUp::first(); @endphp @if ($offer)
@endif
{{ $home->top_image }}
@foreach ($home->count_items as $item)
{{ $item['name'] }} icon
{{ $item['count'] }}
{{ strtoupper($item['name']) }}
@endforeach
@php $aboutus = App\Models\AboutUs::first(); $titleParts = explode(' ', $aboutus->main_title, 2); // splits into two parts @endphp
{{ $titleParts[0] ?? '' }} {{ $titleParts[1] ?? '' }}
{{ $aboutus->short_description }}