@extends('layouts.redirect') @section('site_title', __('Link banned')) @section('head_content') @endsection @section('content')

{{ __('Link banned') }}

{{ __('This link has been banned.') }}

@if(url()->previous() != url()->current()) @endif
@endsection