@if(\Lang::has('multipos::app.notifications.' . $item->type))
@lang('multipos::app.notifications.' . $item->type)
@else
@lang('modules.notifications.' . $item->type)
@endif
@if(\Lang::has('multipos::app.notifications.' . $item->type . '_info'))
@lang('multipos::app.notifications.' . $item->type . '_info')
@else
@lang('modules.notifications.' . $item->type.'_info')
@endif
@if ($item->type === 'menu_pdf_sent' && ($sendEmail[$key] ?? false))
@endif