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

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

@foreach($list as $val) @endforeach
{{ __('auto.功能名称') }} {{ __('auto.弹出状态') }} {{ __('auto.修改发布内容') }} {{ __('auto.上次发布时间') }} {{ __('auto.弹出功能总开关') }}
{{$val->StatusTip}}
@if ($val->StatusValue == '1') {{ __('auto.已开启') }} @else {{ __('auto.已关闭') }} @endif
@endsection