@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')
{{ __('thank-you.badge') }}
{{ __('thank-you.message') }}