@component('emails.layouts.html', ['subject' => __('Verify your email address')]) {{-- Greeting --}}

{{ __('Hello :name,', ['name' => $notifiable->full_name ?? $notifiable->name]) }}

{{-- Main message --}}

{!! __('Thank you for creating an account on :appname!', ['appname' => config('app.name')]) !!}

{{ __('Please verify your email address by clicking the button below. This link will expire in 60 minutes.') }}

{{-- Button --}} {{-- Closing --}}

{{ timebank_config('mail.platform_sign_off_signature.' . app()->getLocale()) ?? timebank_config('mail.platform_sign_off_signature.en', 'See you around!') }}

@endcomponent