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

@isset($goods) 编辑商品 @else 添加商品 @endisset

@if (Session::has('successMsg')) @endif @if($errors->any()) @endif @if (Session::has('errorMsg')) @endif
id)}} @else {{route('goods.store')}} @endisset method="post" enctype="multipart/form-data" class="form-horizontal" role="form"> {{csrf_field()}} @isset($goods) @method('PUT') @endisset
套餐与账号有效期有关,流量包只扣可用流量,不影响有效期
套餐流量会每N天重置
MB
每个用户可以购买该商品次数,为 0 时代表不限购
到期后会自动从总流量扣减对应的流量
排序值越大排越前
logo) "{{$goods->logo}}" @else "/assets/images/default.png" @endif/>
每行内容请以<li> 开头 </li> 结尾
@endsection @section('script') @endsection