@php use App\Models\Profile; use App\Models\Contact; $profile = Profile::first(); $contact = Contact::first(); @endphp