@section('title') Contacts @endsection @section('breadcrumbs') {{ Breadcrumbs::render('contacts.create') }} @endsection
@csrf

Add Contact

{!! $errors->has('name') ? '' : '' !!}
{!! $errors->has('last_name') ? '' : '' !!}
{!! $errors->has('phone') ? '' : '' !!}
{!! $errors->has('email') ? '' : '' !!}
{!! $errors->has('birthdate') ? '' : '' !!}
@php $default_timezone = getDefaultTimezone(); @endphp
{!! $errors->has('address') ? '' : '' !!}
{!! $errors->has('city') ? '' : '' !!}
{!! $errors->has('state') ? '' : '' !!}
{!! $errors->has('zipcode') ? '' : '' !!}
{!! $errors->has('custom_field1') ? '' : '' !!}
{!! $errors->has('custom_field2') ? '' : '' !!}
{!! $errors->has('custom_field3') ? '' : '' !!}
{!! $errors->has('custom_field4') ? '' : '' !!}
{!! $errors->has('custom_field5') ? '' : '' !!}
{!! $errors->has('quote') ? '' : '' !!}
{!! $errors->has('campaign') ? '' : '' !!}
@if(count(getUserMultiNumbers()) > 0)
{!! $errors->has('sid') ? '' : '' !!}
@endif
@push('scripts') @endpush