@extends('admin/public/layout') @section('title')商城管理@endsection @section('content')

积分商城管理

@foreach($goods as $good) @endforeach
logo 名称 分类 是否需要邮寄 金币 剩余数量 创建时间 状态 操作
@if($good->logo) @endif {{ $good->name }} @if($good->category){{ $good->category->name }} @else 无 @endif {{ trans_goods_post_type($good->post_type) }} {{ $good->coins }} {{ $good->remnants }} {{ $good->created_at }} {{ trans_common_status($good->status) }}
@endsection @section('script') @endsection