{{lang('Your new ticket has been created', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('Your ticket has been closed', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('Your ticket status is On-Hold', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('Your ticket has been Reopened', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('You got a new reply on this ticket', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('Your ticket status is Overdue', 'notification')}} {{ $notification->data['ticket_id'] }}
{{lang('Your ticket status is Suspend', 'notification')}} {{ $notification->data['ticket_id'] }}
{{Str::limit($notification->data['mailtext'], '100', '.......')}}
{{lang('There are no new notifications to display', 'notification')}}