{{ $contact->exists ? t('edit_contact_title') : t('add_contact_title') }}
{{ $contact->exists ? t('edit_contact_title') : t('add_contact_title') }}
{{-- Status, Source, and Assigned --}}
*
@foreach ($statuses as $status) @endforeach
*
@foreach ($sources as $source) @endforeach
@foreach ($users as $user) @endforeach
{{-- First Name and Last Name --}}
*
*
{{-- Company and Type --}}
*
{{-- Email and Phone --}}
*

{{-- Default Language & Website --}}
@foreach (getLanguage(null, ['code', 'name']) as $language) @endforeach
{{-- City & State --}}
{{-- Zip Code & Country --}}
@foreach ($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') }}