@switch($type) @case($type == 'user_id')
user?->image) style="height:30px;border-radius: 50%;" src="{{ asset('storage/'.$contact->user?->image) }}" @else src="{{ asset('admin/authentication.png') }}" @endif alt="{{ $contact->user?->name }}" class="w-75" style="height:30px;">
{{ $contact->user?->name }}
@break @case($type == 'message') {{ __('View') }} @break @case($type == 'actions')
@can('contacts-delete') @endcan
@break @default

There is no activity

@endswitch