{{ $this->companyContactEmployeId ? __('Employee Update') : __('Employee contact') }}
{{ __('Contact type name') }}:
@if ($employeeContactForm->contact_type_id) @php $rule = App\Models\Contacts\ContactType::find($employeeContactForm->contact_type_id) ->rule_type_id; @endphp @if ($rule == 1) {{--
{{ __('Value') }}:
--}}
{{ __('Value') }}:
@else
@php if ( isset($employeeContactForm->value) && str_starts_with($employeeContactForm->value, '+') ) { $employeeContactForm->value = null; } @endphp {{ __('Value') }}:
@endif @endif
{{ $this->companyContactEmployeId ? __('Apply changes') : __('Add') }}
@foreach ($contacts as $contact) {{-- --}} @endforeach
{{ __('Value') }} {{ __('Contact type name') }}
{{ $loop->iteration }} {{ $contact->name }}{{ $contact->value }} {{ $contact->contact_type_name }}
{{ __('Close') }}