@foreach($items as $value)
{{$value->title}}
{{$value->custom_date}}
{{$value->short_content}}
{{Lang::get('const.more')}}
@endforeach
{{ $items->appends(Input::all())->links() }} {{ ($items->count() == 0) ? 'Үр дүн олдсонгүй' : '' }}