mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 10:34:08 -08:00
11 lines
254 B
PHP
11 lines
254 B
PHP
@component('mail::message')
|
|
# {{ trans('mail.hello') }} {{ $assigned_to}},
|
|
|
|
{{ trans('mail.item_checked_reminder', ['link' => $link, 'count' => $count]) }}
|
|
|
|
{{ trans('mail.best_regards') }}
|
|
|
|
{{ $snipeSettings->site_name }}
|
|
|
|
@endcomponent
|