@section('site_title', formatTitle([__('Shortener'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Shortener')], ]])

{{ __('Shortener') }}

{{ __('Shortener') }}
@include('shared.message')
@csrf
@if ($errors->has('short_guest')) {{ $errors->first('short_guest') }} @endif
@if ($errors->has('short_protocol')) {{ $errors->first('short_protocol') }} @endif
@if ($errors->has('short_bad_words')) {{ $errors->first('short_bad_words') }} @endif
@if ($errors->has('short_gsb')) {{ $errors->first('short_gsb') }} @endif
@if ($errors->has('short_gsb_key')) {{ $errors->first('short_gsb_key') }} @endif