@if($citizen->avatar)
 }})
@else
@endif
{{ $citizen->salutation }} {{ $citizen->name }}
|
{{ $citizen->email ?? '-' }}
|
{{ $citizen->phone ?? $citizen->mobile ?? '-' }}
|
@if($citizen->is_primary)
Primary
@endif
|
@if(!$citizen->is_primary)
@else
@endif
{{ ($this->deleteAction)(['citizenId' => $citizen->id]) }}
|
@endforeach