@extends('layouts.app') @section('footer') @endsection @section('pop')
@csrf
关闭
¥0
规格:{{ $first->value }}

请选择产品规格

    @if($params->count() > 0) @foreach($params as $param)
  • id==$first->id) checked @endif />
  • @endforeach @endif
@csrf
@endsection @section('content')
{{ $good->title }}
{{ $good->description }}
¥0

销售价:¥{{ $good->min_original }}

已领{{ $good->sold }}件 库存{{ $good->all_stock }}件
规格 {{ $first->value }}
免运费

产品详情

{!! $good->content !!}
@endsection @section('script') @endsection