{{ 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()->guard('customer')->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('Your two factor authentication details are removed by admin.', 'notification') }}
{{ lang('Your two factor authentication details are removed by admin.', 'notification') }}
@if(isset($notification->data['replystatus']) && $notification->data['replystatus'] == 'Bot-Replied') {{lang('You got a new reply on this ticket', 'notification')}} @else {{ lang('Your new ticket has been created', 'notification') }} @endif {{ $notification->data['ticket_id'] }} {{ lang('View') }}
@if(isset($notification->data['replystatus']) && $notification->data['replystatus'] == 'Bot-Replied') {{lang('You got a new reply on this ticket', 'notification')}} @else {{ lang('Your new ticket has been created', 'notification') }} @endif {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket has been closed', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket has been closed', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket status is On-Hold', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket status is On-Hold', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket status is overdue', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket status is overdue', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your ticket has been Reopened', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ lang('Your 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') }}
{{ lang('You got a new reply on this ticket', 'notification') }} {{ $notification->data['ticket_id'] }} {{ lang('View') }}
{{ strip_tags(Str::limit($notification->data['mailtext'], '70')) }}{{ lang('View') }}
{{ strip_tags(Str::limit($notification->data['mailtext'], '70')) }}{{ lang('View') }}
{{ Str::limit(lang('A new custom invoice is created', 'notification'), '30' , '...' ) }} {{lang('View')}}
@endif{{ Str::limit(lang('A new custom invoice is created', 'notification'), '30' , '...' ) }} {{lang('View')}}
{{ lang('Your refund request has been rejected.') }} {{lang('View')}}
{{ lang('Your refund request has been rejected.') }} {{lang('View')}}
{{ lang('Your refund request has been approved.') }} {{lang('View')}}
{{ lang('Your refund request has been approved.') }} {{lang('View')}}
{{ lang('There are no notifications. We will notify you when the new notification arrives.', 'notification') }}