@php $customers = \App\Models\Customer::doesntHave('address')->get(); @endphp @if($customers->count() === 0)