{!! showErrors($errors, 'url_internal_external') !!}
@if (old('url_internal_external', $leadStatUrlObj->url_internal_external) == 'internal')
{{ config('Constants.REF_URL') }}
{!! showErrors($errors, 'url') !!}
{!! showErrors($errors, 'final_destination') !!}
@else
{!! showErrors($errors, 'url') !!}
@endif
@push('beforeBodyClose') @include('back.lead_stat_urls.edit_url_js') @endpush