@extends('layout.master') @section('body-class', 'page-product') @push('header') {{-- --}} {{-- --}} @endpush @section('content')
@for ($i = 0; $i < 5; $i++)
@endfor

{{ $product['name'] }}

@for ($i = 0; $i < 5; $i++) @endfor
132 reviews

@{{ variable.name }}

@{{ value.name }}
型号
Sku
@include('shared.quantity', ['quantity' => '1'])
111
222
333
@endsection @push('add-scripts') @endpush