@if(!empty($notifications_data)) @foreach($notifications_data as $notification_data)
{!! $notification_data['msg'] ?? '' !!}
{{$notification_data['created_at']}}
@endforeach @else
@lang('lang_v1.no_notifications_found')
@endif