@extends('welcome') @section('title', __('cookies.seo_title', ['company' => config('app.name')])) @section('meta_description', __('cookies.seo_description', ['company' => config('app.name')])) @section('content')

{{ __('cookies.page_title') }}

{{-- Last update --}} @if(!empty($lastUpdate))

{{ $lastUpdate }}

@endif
{!! $text !!}
@include('information.partial.legal-sidebar')
@endsection