{{lang('There are no new notifications to display', 'notification')}}
{{lang('There are no notifications. We will notify you when the new notification arrives.', 'notification')}}
@if(auth()->user()) @forelse( $notifications as $created_at => $notificationss) @php $today = \Carbon\Carbon::parse(now()); $yesterday = \Carbon\Carbon::yesterday(); $createdat = \Carbon\Carbon::parse($created_at); $dateformat1 = \Carbon\Carbon::parse($created_at)->format('Y-m-d'); @endphp @if($createdat->format('Y-m-d') == $today->format('Y-m-d'))
{{lang('A new ticket has been created', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('A new ticket has been created', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket has been closed', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket has been closed', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket status is On-Hold', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket status is On-Hold', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket status is overdue', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket has been reopened', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket status is overdue', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket status is overdue', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('This ticket has been reopened', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{lang('You got a new reply on this ticket', 'notification')}} {{ $notification->data['ticket_id'] }} {{lang('View')}}
{{Str::limit($notification->data['mailtext'], '400', '...')}}{{lang('View')}}
{{Str::limit($notification->data['mailtext'], '400', '...')}}{{lang('View')}}
{{lang('There are no notifications. We will notify you when the new notification arrives.', 'notification')}}