@extends('manager.layout.master') @section('body')
{{-- @include('manager.include.upload_img',['imgName' => '安装包','file_type'=>'apk'])--}} @include('manager.include.upload_file',['imgName' => '安装包'])
{{--
--}}
@foreach(\App\Models\Version::$typeList as $key=>$vo) @endforeach
{{csrf_field()}}
@stop @section('js') @stop