@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
{{ csrf_field() }}
@if($notices->total()) @foreach($notices as $k=>$v) @endforeach {{ $notices->links('module.widgets.pagination') }} @else
对不起,暂无相关网站公告!
@endif
最新职位
@if($new_jobs) @foreach($new_jobs as $k=>$v) @endforeach @else
暂无相关职位
@endif
@endsection @section('script') @endsection