{{ trans('label.add') }}
@foreach ($contacts as $contact)
avatar rounded-circle
customer->uuid) }}?tab=tab_customer_staff&comp=list_customer_staff", "name": "{{ $contact->customer_staff_id . ' ' . ($contact->name ?? $contact->name_kana) }}" }'>
{{ $contact->email }}
@if ($contact->phone)
{{ $contact->phone }}
@endif @if ($contact->tel)
{{ $contact->tel }}
@endif
@endforeach