@extends('layouts.redirect') @section('site_title', formatTitle([$link->title ?? $link->displayUrl])) @section('head_content') @if($link->title) @endif @if($link->description) @endif @if($link->image) @endif @endsection @section('content')
@if(parse_url(config('app.url'), PHP_URL_HOST) == request()->getHost()) @endif
{{ __('You are about to access a link that may contain sensitive, explicit, or potentially disturbing content.') }}
{!! __('By clicking :button, you agree to be redirected to the destination link.', ['button' => '' . __('Continue') . '']) !!}
@csrf
@if(url()->previous() != url()->current()) @endif
@endsection