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