@extends('frontend.layouts.app') @section('content')
@if($news->isNotEmpty()) @foreach($news as $new) @endforeach @else

无数据

@endif {!! $news->appends(['search' => request('search', '')])->links('frontend.layouts.paginator') !!}
@endsection