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

{{ __('auto.处罚公告列表') }}

@csrf

@foreach($list as $k=>$v) @endforeach
{{ __('auto.期数') }} {{ __('auto.发布时间') }} {{ __('auto.处罚明细') }}
{{ $v->id }} {{ $v->add_time }} @if($v->publish) @else @endif
@endsection