@if ($SearchResult)
@php echo $SearchResult @endphp
@else
{{__('lng.SiNo')}} |
{{__('lng.Head')}} |
{{__('lng.Subhead')}} |
{{__('lng.Date')}} |
{{__('lng.Narration')}} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach($Posts as $Post)
{{++$si}} |
{{$Post->head}} |
{{$Post->subhead}} |
{{$Post->date}} |
{{$Post->narration}} |
|
|
@endforeach
{{$Posts->count()}} {{__('lng.Items')}}