{{ $contact->id }} |
{!! ($mark_result == true) ? '' : '' !!}
{{ $contact->name }}
{!! ($mark_result == true) ? '' : '' !!}
|
{{ $contact->title }} |
@foreach ($contact->sales_contacts_accounts as $accounts)
{{ $accounts->name }}
@endforeach
|
{{ $contact->email }} |
{{ $contact->user_owner->name }} |
@if(!isset($conn_chk))
edit |
@else
@if ($canEdit)
|
@endif
@endif