@if ($errors->any())
{{ __('urlhum.error') }}:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('existing')) @endif @if(Session::has('success')) @endif @if(Session::has('existingCustom'))
{{ __('url.existing_custom', [ 'url' => Session::get('existingCustom') ]) }}
@endif

{{ __('url.new_long_text') }}

@csrf
@honeypot
{{ __('url.options.options') }}