@csrf @method('PUT')
{{__('app.edit_tracking_domain')}}
{{__('app.protocol')}}
protocol == 'https://' ? 'selected' : '' }}>https://
protocol == 'http://' ? 'selected' : '' }}>http://
{{__('app.domain')}}
{{__('app.active')}}
is_active ? 'selected' : '' }}>{{ __('app.yes')}}
is_active ? '' : 'selected' }}>{{ __('app.no') }}
{{__('app.verified')}}
is_verified ? '' : 'selected' }}>{{ __('app.no')}}
is_verified ? 'selected' : '' }}>{{ __('app.yes') }}
{{__('app.auto_verification')}}
auto_verification ? '' : 'selected' }}>{{ __('app.no')}}
auto_verification ? 'selected' : '' }}>{{ __('app.yes') }}