@extends('manager.layout.master') @section('body')
设置支付参数
@foreach($list3 as $vo) @if($vo->type == 1)
@elseif($vo->type == 2)
@elseif($vo->type == 4)
value) checked @endif value="1" title="{{$vo->title}}">
@elseif($vo->type == 5) @include('manager.include.upload_img',['imgName'=>$vo->title,'imgName2'=>$vo->title,'inputName'=>$vo->key,'fileName'=>$vo->file->file_name,'id'=>$vo->value]) @endif @endforeach
@foreach($list4 as $vo) @if($vo->type == 1)
@elseif($vo->type == 2)
@elseif($vo->type == 4)
value) checked @endif value="1" title="{{$vo->title}}">
@elseif($vo->type == 5) @include('manager.include.upload_img',['imgName'=>$vo->title,'inputName'=>$vo->key,'fileName'=>$vo->file->file_name,'id'=>$vo->value]) @endif @endforeach
{{csrf_field()}}
@stop