@extends('manager.layout.master') @section('style') @stop @section('body')
@foreach($list as $vo) @if($vo->type == 1)
@elseif($vo->type == 2)
@elseif($vo->type == 3) @include('manager.include.kindEditor',['name'=>$vo->key,'contentName'=>$vo->title,'content'=>$vo->value]) @elseif($vo->type == 6)
value) checked @endif >
@endif @endforeach
{{csrf_field()}}
@stop