{{ 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('Your two factor authentication details are removed by admin.', 'notification') }}
{{ lang('Your two factor authentication details are removed by admin.', 'notification') }}
{{ $notification->data['ticket_id'] }} {{ lang('Ticket is assigned.', 'notification') }} {{ lang('View') }}
{{ $notification->data['ticket_id'] }} {{ lang('Ticket is assigned.', 'notification') }} {{ lang('View') }}
{{ $notification->data['ticket_id'] }} {{lang('Ticket Draft is ', 'notification')}} {{ $notification->data['title'] }} {{ lang(' By ') }} {{ lang($notification->data['created_username']) }} {{ lang('View') }}
{{ $notification->data['ticket_id'] }} {{lang('Ticket Draft is ', 'notification')}} {{ $notification->data['title'] }} {{ lang(' By ') }} {{ lang($notification->data['created_username']) }} {{ lang('View') }}
{{ 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 has been reopened', '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('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' , '...' ) }} @if($invoiceExists) {{lang('View')}} @else {{lang('Invoice Deleted')}} @endif
{{ Str::limit(lang('A new custom invoice is created', 'notification'), '30' , '...' ) }} @if($invoiceExists) {{lang('View')}} @else {{lang('Invoice Deleted')}} @endif
{{ Str::limit($notification->data['reason'], '30') }} {{ lang('Invoice Id') }} #{{ $notification->data['invoice_id'] }} {{lang('View')}}
{{ Str::limit($notification->data['reason'], '30') }} {{ lang('Invoice Id') }} #{{ $notification->data['invoice_id'] }} {{lang('View')}}
{{ Str::limit($notification->data['reason'], '30') }} {{ lang('Invoice Id') }} #{{ $notification->data['invoice_id'] }} {{lang('View')}}
{{ Str::limit($notification->data['reason'], '30') }} {{ lang('Invoice Id') }} #{{ $notification->data['invoice_id'] }} {{lang('View')}}
{{ lang('There are no notifications. We will notify you when the new notification arrives.', 'notification') }}