@props(['product' => new \App\Models\Product()]) @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: