Document form missing value controller add..

This commit is contained in:
Cüneyt Şentürk
2020-12-28 16:57:50 +03:00
parent 2c673f9ed6
commit db0d424de2
4 changed files with 56 additions and 3 deletions

View File

@ -2,7 +2,13 @@
<div class="col-sm-6 col-md-6 col-lg-6 col-xl-6">
@if (!$hideContact)
<div class="row">
<x-select-contact-card type="{{ $contactType }}" :contact="($document) ? $document->contact : new stdClass()"/>
<x-select-contact-card
type="{{ $contactType }}"
:contact="$contact"
:contacts="$contacts"
:search_route="$contactSearchRoute"
:create_route="$contactCreateRoute"
/>
</div>
@endif
</div>