@if ($SearchResult)
@php echo $SearchResult @endphp
@else
{{__('lng.SiNo')}} |
{{__('lng.Title')}} |
{{__('lng.Subhead')}} |
{{__('lng.Type')}} |
{{__('lng.Date')}} |
{{__('lng.Narration')}} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach($AppNotifications as $AppNotification)
{{++$si}} |
{{$AppNotification->title}} |
{{$AppNotification->subhead}} |
{{$AppNotification->type}} |
{{$AppNotification->date}} |
{{$AppNotification->narration}} |
|
|
@endforeach
{{$AppNotifications->count()}} {{__('lng.Items')}}