@extends('layouts.redirect') @section('site_title', __($link->title)) @section('head_content') @if($link->title) @endif @if($link->description) @endif @if($link->image) @endif @endsection @section('content')
{{ __('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