@lang('lang_v1.system_notification')

@foreach($notifications as $notification) @php $notification_data = $notification->data; @endphp

{!! $notification_data['subject'] !!}

{{$notification->created_at->diffForHumans()}}

{!! $notification_data['msg'] !!}
@if($loop->index > 0)
@endif @endforeach