| @if ($manageColumns['name']) |
|
@endif
@if ($manageColumns['email'])
|
@endif
@if ($manageColumns['phone'])
|
@endif
@if ($manageColumns['address'])
|
@endif
@if ($manageColumns['account_id'])
Account | @endif @if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif|
|---|---|---|---|---|---|---|---|---|---|
| @if ($contact->is_primary) @else @endif | @if ($manageColumns['name']){{ $contact->name }} | @endif @if ($manageColumns['email']){{ $contact->email }} | @endif @if ($manageColumns['phone']){{ $contact->phone }} | @endif @if ($manageColumns['address']){{ $contact->address }} | @endif @if ($manageColumns['account_id']){{ $contact->account ? $contact->account->name : '---' }} | @endif @if ($manageColumns['created_at']){{ $contact->created_at }} | @endif @if ($manageColumns['updated_at']){{ $contact->updated_at }} | @endif @if ($manageColumns['action'])@endif |