This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
vbbs/resources/views/email/sendtoken.blade.php

15 lines
255 B
PHP

@component('mail::message')
# New User Token
Use this token to sign into ANSItex
If this email is a surprise to you, you can ignore it.
@component('mail::panel')
TOKEN: <b>{{ $token }}</b>
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent