|
@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) }} |
|
@endforeach