@props(['service' => new \App\Models\Service()]) @php $firstContactPerson = auth()->user()->company->company_pics->where('type', \App\Models\CompanyPic::CONTACT_1)->first(); $secondContactPerson = auth()->user()->company->company_pics->where('type', \App\Models\CompanyPic::CONTACT_2)->first(); @endphp
Options: