@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
{{ __('This website uses cookies, to customise content and advertising, to analyse traffic and provide a better experience on it.') }}
{{ __('Cookies') }}
@foreach(config('pixels') as $key => $value) @if($link->pixels->contains('type', $key))
{{ $value['name'] }} ({{ $value['type'] ? __('Statistics') : __('Marketing') }})
{{ __('View policy') }}
@endif @endforeach
{!! __('By clicking :button, you agree to the storing of first and third party cookies on your device.', ['button' => '' . __('Accept') . '']) !!}
@csrf
@endsection