Type at least 2 characters to search across customers, rental orders, serialized units, products and invoices.
@else
@php
$hasResults = false;
foreach($results as $group) {
if($group->count() > 0) $hasResults = true;
}
@endphp
@if(!$hasResults)
No matching records found for "{{ $query }}".
@endif
@if($results['customers']->isNotEmpty())
@endif
@if($results['rentals']->isNotEmpty())
@endif
@if($results['units']->isNotEmpty())
@endif
@if($results['invoices']->isNotEmpty())