@if(\Route::getCurrentRoute()->getName() != "users.show") @endif
@if($changeUser == false )

{{ $contact->name }}

@else {{ $contact->name }} @if(Entrust::can('client-update')) @endif @if(Entrust::can('client-update')) @endif @endif

{{$contact->department()->first()->name}}

@if($contact->email)

{{ $contact->email }}

@endif @if($contact->primary_number)

{{ $contact->primary_number }} @endif @if($contact->secondary_number && $contact->primary_number) / @endif @if($contact->secondary_number) {{ $contact->secondary_number }}

@endif
@if($changeUser == true) @push('scripts') @endpush @endif