{{ $title }}

@if($priority && $priority !== 'normal')
{{ __('hrm.notification.priority_' . $priority) }}
@endif
{!! nl2br(e($message)) !!}
@if($data && is_array($data))

{{ __('hrm.notification.additional_info') }}

@foreach($data as $key => $value)
{{ __('hrm.notification.data_labels.' . $key, [], ucfirst(str_replace('_', ' ', $key))) }}: {{ is_array($value) ? json_encode($value) : $value }}
@endforeach
@endif @if($category)
{{ __('hrm.notification.category') }}: {{ __('hrm.notification.categories.' . $category, [], ucfirst($category)) }}
@endif