12 lines
194 B
PHP
12 lines
194 B
PHP
@if ($setupCompleted = \App\Models\Setting::setupCompleted())
|
|
@component('mail::message')
|
|
@endif
|
|
|
|
{{ trans('mail.test_mail_text') }}
|
|
|
|
Thanks,
|
|
Snipe-IT
|
|
@if ($setupCompleted)
|
|
@endcomponent
|
|
@endif
|