mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 02:24:09 -08:00
65eba30038
Signed-off-by: snipe <snipe@snipe.net>
12 lines
271 B
PHP
12 lines
271 B
PHP
@component('mail::message')
|
|
# {{ trans('mail.hello') }} {{ $assigned_to}},
|
|
|
|
{{trans('mail.item_checked_reminder', ['count' => $count])}}
|
|
[{{ trans('general.click_here')}}]({{$accept_url}})
|
|
|
|
{{ trans('mail.best_regards') }}
|
|
|
|
{{ $snipeSettings->site_name }}
|
|
|
|
@endcomponent
|