add terenary
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('mail.hello') }} {{ $target->assignedto->present()->fullName() }},
|
||||
# {{ trans('mail.hello') }} {{ $target->assignedto?->present()->fullName() }},
|
||||
|
||||
{{ trans('mail.new_item_checked') }}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('mail.hello') }} {{ $target->assignedto->present()->fullName() }},
|
||||
# {{ trans('mail.hello') }} {{ $target->assignedto?->present()->fullName() }},
|
||||
|
||||
{{ $introduction_line }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user