@extends('public') @section('header-buttons') @if(!$signedIn) @icon('login') {{ trans('auth.log_in') }} @endif @stop @section('content')

@icon('users') {{ trans('auth.register_thanks') }}

{{ trans('auth.register_confirm', ['appName' => setting('app-name')]) }}

@stop