Mulai ketik (minimal 2 karakter) untuk mencari...
Cari Unit: "13 Pro"
Cari Pelanggan: "Agus"
Navigasi: "Settings"
Cari Booking: "RSV"
@php
$currentType = '';
$globalIndex = 0;
@endphp
@foreach($results as $item)
@if($item->type !== $currentType)
{{ $item->type }}
@php $currentType = $item->type; @endphp
@endif
@php $globalIndex++; @endphp
@endforeach
Tidak ada hasil ditemukan untuk "{{ $search }}"