@extends('manager.layout.master') @section('body')
@include('manager.include.upload_img',['url'=>$info->img->url,'id'=>$info->img_id]) @include('manager.include.upload_imgs',['imgArray'=>$info->imgsObj(),'ids'=>$info->imgs_id])
@include('manager.include.kindEditor', ['content' => $info->content])
@foreach(\App\Models\Mascot::$statusList as $key=>$vo) status) checked @endif title="{{$vo}}"> @endforeach
is_index == 1) checked @endif title="是"> is_index == 2) checked @endif title="否">
is_mascot == 1) checked @endif title="是"> is_mascot == 2) checked @endif title="否">
{{csrf_field()}}
@stop @section('js') @stop