@extends('layouts.app') @section('content') @section('meta') @endsection
@csrf @honeypot
@foreach($product_query->images as $product_image)
{{$product_query->name}}
@endforeach
{{$product_query->name}}
₱{{number_format($product_query->prices[0]->price,2)}}
@foreach($product_query->attributes as $attribute) @if($attribute->name!="No Attribute")
{{$attribute->name}}: {{$attribute->attribute_values[0]->value}}
@foreach($attribute->attribute_values as $attribute_key => $attribute_value) @endforeach
@endif @endforeach
Quantity
- +
share

Estimate delivery times: 12-26 days (International), 3-6 days (United States).

Return within 30 days of purchase. Duties & taxes are non-refundable.

  • Description
  • Additional Information

{{$product_query->description}}

Color

White, Pink, Black

Size

S, M, L, XL

Related Products
@foreach($related_products as $rp)
{{$rp->name}} ₱{{number_format($rp->prices->first()->price,2)}}
@endforeach
@endsection @section('page_script') @parent @endsection