@php use App\Models\ServiceCategory; $service_cats = ServiceCategory::whereNull('parent_id')->get(); @endphp