@if(isset($notification->data['hash']))
@lang('email.subTaskComplete.subject')
@if(isset($notification->data['heading']))
{{ ucfirst($notification->data['heading']) }}
@else
{{ ucfirst($notification->data['title']) }}
@endif
@if(isset($notification->created_at) && !is_null($notification->created_at)){{ \Carbon\Carbon::parse( $notification->created_at)->diffForHumans() }}@endif
@else
@lang('email.subTaskComplete.subject')
@if(isset($notification->data['heading']))
{{ ucfirst($notification->data['heading']) }}
@else
{{ ucfirst($notification->data['title']) }}
@endif
@if(isset($notification->created_at) && !is_null($notification->created_at)){{ \Carbon\Carbon::parse( $notification->created_at)->diffForHumans() }}@endif
@endif