{{ $contact->exists ? t('edit_contact_title') : t('add_contact_title') }}
{{ $contact->exists ? t('edit_contact_title') : t('add_contact_title') }}
@if (!$contact->exists && isset($this->hasReachedLimit) && $this->hasReachedLimit)

{{ t('contact_limit_reached') }}

{{ t('contact_limit_reached_upgrade_plan') }} {{ t('upgrade_plan') }}

@endif
{{-- Status, Source, and Assigned --}}
*
@foreach ($this->statuses as $status) @endforeach
*
@foreach ($this->sources as $source) @endforeach
@foreach ($this->users as $user) @endforeach
{{-- First Name and Last Name --}}
*
*
{{-- Company and Type --}}
*
{{-- Email and Phone --}}
*

{{-- Default Language & Website --}}
{{-- City & State --}}
{{-- Zip Code & Country --}}
@foreach ($this->countries as $country) @endforeach
{{-- Description & Address --}}
@if (!$contact->exists)
{{ t('note_will_be_available_in_contact') }}
@else
{{ t('add') }}
    @foreach ($notes as $note)
  1. {{ \Carbon\Carbon::parse($note['created_at'])->diffForHumans(['options' => \Carbon\Carbon::JUST_NOW]) }}
    {{ $note['notes_description'] }}
  2. @endforeach
@endif
{{ t('cancel') }} {{ $contact->exists ? t('update_button') : t('add_button') }}
{{ t('cancel') }} {{ t('delete') }}