Edit Contact

@csrf @method('PATCH')
{!! $errors->has('name') ? '' : ''!!}
{!! $errors->has('phone') ? '' : ''!!}
@php $default_timezone = !empty(old('timezone', $contact->timezone)) ? old('timezone', $contact->timezone) : getDefaultTimezone() @endphp
{!! $errors->has('state') ? '' : '' !!}
{!! $errors->has('zipcode') ? '' : '' !!}
@push('scripts') @endpush