@foreach ($data['notification'] as $nK => $nV)
{{ $nV['A'] }}{{ $nV['B'] }}
{{ $nV->title }}

{!! $nV->description !!}

@if ($nV->is_read == 0) @endif @if ($nV->is_read == 1) @if ($nV->is_favourite == 0) @else @endif @endif
@endforeach