@extends('layouts.app', ['title' => trans('url.multiple.title')]) @section('content')

{{ __('url.multiple.new') }}

@if (Session::has('errors'))
{{ __('urlhum.error') }}
    @foreach(Session::get('errors') as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('shortened'))
{{ __('url.success') }}
@if(! empty(Session::get('existing'))) @endif

You can bulk create other Short URLs below.

@endif

{{ __('url.multiple.description') }}

@include('layouts.footers.auth')
@endsection @push('js') @endpush