@extends('admin.layouts') @section('css') @endsection @section('content')

编辑商品

@if (Session::has('successMsg')) @endif @if($errors->any()) @endif
type == 1) checked @endif disabled/>
type == 2) checked @endif disabled/>
套餐与账号有效期有关,流量包只扣可用流量,不影响有效期
{{csrf_field()}}
status == 1) checked @endif/>
status == 0) checked @endif/>
@if ($goods->type == 2)
套餐流量会每N天重置
@endif
MB
每个用户可以购买该商品次数,为 0 时代表不限购
自动给购买此商品的用户打上相应的标签
到期后会自动从总流量扣减对应的流量
排序值越大排越前
is_hot == 1) checked @endif/>
is_hot == 0) checked @endif/>
logo?:'/assets/images/noimage.png'}} />
每行内容请以<li> 开头 </li> 结尾
@endsection @section('script') @endsection