@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
日期:{{change_datetime_format($notice->created_at, 'Y-m-d')}} 浏览 {{(int)$notice->click + 1}} 返回公告列表
{!! $notice->content !!}
最新职位
@if($new_jobs) @foreach($new_jobs as $k=>$v) @endforeach @else
暂无相关职位
@endif
@endsection @section('script') @endsection