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

{{ __('auto.大厅活动弹框管理') }}

@foreach($list as $k=>$v) @endforeach
{{ __('auto.权重') }} {{ __('auto.类型') }} {{ __('auto.功能名称') }} {{ __('auto.发布内容') }} {{ __('auto.最后修改日期') }} {{ __('auto.开关') }} {{ __('auto.操作') }}
{{$v->Sort}} @if ($v->Type == 1) {{ __('auto.文本') }} @else {{ __('auto.图片') }} @endif {{$v->Title}} @if ($v->Type == 1) @else @endif {{$v->LastTime}} @if ($v->Status == 1) {{ __('auto.已开启') }} @else {{ __('auto.已关闭') }} @endif
@endsection