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

{{ __('auto.配置列表') }}

@foreach($list as $k=>$v) @endforeach
{{ __('auto.配置描述') }} {{ __('auto.配置类型') }} key value {{ __('auto.创建时间') }} {{ __('auto.更新时间') }} {{ __('auto.操作') }}
{{ $v->name }} @if($v->type == "string") {{ __('auto.字符串') }} @elseif($v->type == "image") {{ __('auto.图片') }} @else {{ __('auto.富文本') }} @endif {{ $v->config_key }} type != "image") class="len" @endif> @if($v->type == "image")
@else {{ $v->config_value }} @endif
{{ $v->created_at }} {{ $v->updated_at }}
@endsection