@extends('layouts.lookatme') @section('title', trans('message.product_detail')) @section('breadcrumb') @endsection @section('content')

{{ $product_info->name }}

@{{ getDiscountPrice }} @{{ getPrice }}
@if(!empty($product_info->product_options)) @foreach($product_info->product_options as $option)
{{ $option->title }} @if(!(bool)$optionProperty->is_color) {{ trans('message.size_guide') }} @endif
@if((bool)$optionProperty->is_color)