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