@extends('base.base') @section('base')

{{ __('auto.系统公告列表') }}

@foreach($list as $k=>$v) @endforeach
{{ __('auto.序号') }} {{ __('auto.版本号') }} {{ __('auto.发布时间') }} {{ __('auto.版本更新内容') }} {{ __('auto.操作') }}
{{ $v->id }} {{ $v->version_number }} {{ $v->add_time }}
@endsection