@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@if($articles->total()) @foreach($articles as $k=>$v)
@endforeach {{ $articles->links('module.widgets.pagination') }} @else
对不起,暂无相关资讯!
@endif
@endsection @section('script') @endsection