@section('site_title', formatTitle([config('settings.title'), __(config('settings.tagline'))])) @extends('layouts.app') @section('content')

{{ __('Smart and powerful short links') }}

{{ __('Stay in control of your links with advanced features for shortening, targeting, and tracking.') }}

@if(config('settings.short_guest'))
session()->get('link')) style="display: none;"@endif>
@csrf
@if ($errors->has('url')) {{ $errors->first('url') }} @endif @if ($errors->has('domain_id')) {{ $errors->first('domain_id') }} @endif @if ($errors->has(formatCaptchaFieldName())) {{ __($errors->first(formatCaptchaFieldName())) }} @endif
@if(config('settings.captcha_driver')) @include('shared.captcha', ['id' => 'short-form']) {{ __('Shorten') }} @else @endif
@include('home.link')
@else @endif

{{ __('Features') }}

{{ __('Enhance your links with advanced customizations and detailed statistics.') }}

@include('icons.abc', ['class' => 'fill-current width-4 height-4 text-rose'])
{{ __('Custom aliases') }}
@include('icons.website', ['class' => 'fill-current width-4 height-4 text-pink'])
{{ __('Branded domains') }}
@include('icons.bar-chart', ['class' => 'fill-current width-4 height-4 text-fuchsia'])
{{ __('Statistics') }}
@include('icons.filter-center-focus', ['class' => 'fill-current width-4 height-4 text-purple'])
{{ __('Retargeting pixels') }}
@include('icons.cached', ['class' => 'fill-current width-4 height-4 text-violet'])
{{ __('Traffic splitting') }}
@include('icons.lock', ['class' => 'fill-current width-4 height-4 text-indigo'])
{{ __('Password protection') }}
@include('icons.flag', ['class' => 'fill-current width-4 height-4 text-blue'])
{{ __('Country targeting') }}
@include('icons.devices', ['class' => 'fill-current width-4 height-4 text-sky'])
{{ __('Platform targeting') }}
@include('icons.language', ['class' => 'fill-current width-4 height-4 text-cyan'])
{{ __('Language targeting') }}
@include('icons.label', ['class' => 'fill-current width-4 height-4 text-teal'])
{{ __('UTM builder') }}
@include('icons.date-range', ['class' => 'fill-current width-4 height-4 text-emerald'])
{{ __('Expiration dates') }}
@include('icons.qr', ['class' => 'fill-current width-4 height-4 text-green'])
{{ __('QR codes') }}

{{ __('Link management') }}

{{ __('Complete link management platform to brand, track and share your short links.') }}

@include('icons.link', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Links') }}
{{ __('Shorten, share, and export your links with our advanced set of features.') }}
@include('icons.workspaces', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Spaces') }}
{{ __('Group your links and keep them well organized through custom spaces.') }}
@include('icons.website', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Domains') }}
{{ __('Brand your links with your domains, inspire trust and increase your click-through rate.') }}
example.com/b6vxe
Consectetur - Adipiscing
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.org/e362o
Fusce - Vehicula
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.com/gmyux
Consequat - Elit Ornare
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.net/qyd8s
Sit - Amet
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.com/bqh6e
Lorem - Ipsum Dolorem
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​

{{ __('Statistics') }}

{{ __('Get to know your audience with our detailed statistics and better understand the performance of your links, while also being GDPR, CCPA and PECR compliant.') }}

@include('icons.assesment', ['class' => 'fill-current width-4 height-4'])
{{ __('Overview') }}
@include('icons.link', ['class' => 'fill-current width-4 height-4'])
{{ __('Referrers') }}
@include('icons.flag', ['class' => 'fill-current width-4 height-4'])
{{ __('Countries') }}
@include('icons.business', ['class' => 'fill-current width-4 height-4'])
{{ __('Cities') }}
@include('icons.language', ['class' => 'fill-current width-4 height-4'])
{{ __('Languages') }}
@include('icons.devices', ['class' => 'fill-current width-4 height-4'])
{{ __('Platforms') }}
@include('icons.tab', ['class' => 'fill-current width-4 height-4'])
{{ __('Browsers') }}
@include('icons.devices-other', ['class' => 'fill-current width-4 height-4'])
{{ __('Devices') }}
{{ __('United States') }}
United States
{{ number_format(12, 0, __('.'), __(',')) }}
Windows
Windows
{{ number_format(30, 0, __('.'), __(',')) }}
Chrome
Chrome
{{ number_format(25, 0, __('.'), __(',')) }}
example.com
{{ number_format(18, 0, __('.'), __(',')) }}
{{ __('Desktop') }}
Desktop
{{ number_format(36, 0, __('.'), __(',')) }}

{{ __('Integrations') }}

{{ __('Easily integrates with your favorite retargeting platforms.') }}

{{ __('Google Ads') }}
{{ __('Google Analytics') }}
{{ __('Google Tag Manager') }}
{{ __('Facebook') }}
{{ __('Bing') }}
{{ __('X') }}
{{ __('Pinterest') }}
{{ __('LinkedIn') }}
{{ __('Quora') }}
{{ __('Adroll') }}
@if(paymentProcessors())

{{ __('Pricing') }}

{{ __('Simple pricing plans for everyone and every budget.') }}

@include('shared.pricing')
@else
{{ __('Join us') }}

{{ __('Ready to get started?') }}

{{ __('Create an account in seconds.') }}

{{ __('Get started') }}
@endif
@endsection