@extends('layouts.app') @php $currentLocale = app()->getLocale(); $canonicalUrl = url($currentLocale . '/thank-you'); @endphp @section('title', __('thank-you.meta.title')) @section('meta_description', __('thank-you.meta.description')) @section('canonical', $canonicalUrl) @push('head') @endpush @section('content')
{!! file_get_contents(public_path('uploads/radiere-logo.svg')) !!} {{ config('app.name', 'Radiere SRL') }}

{{ __('thank-you.badge') }}

{{ __('thank-you.title') }}

{{ __('thank-you.message') }}

@endsection