@extends('user.layouts.welcome') @section('title', __("Congratulations")) @section('content')
{{ __("Congratulations!") }}

{{ __('Your profile is complete!', ['fullname' => $user->name]) }}

{{ __("You have successfully updated your profile. Now you can continue to use our platform.") }}

@endsection