@extends('frontend.app') @section('content')
{{ $product->name}} image
@foreach($product->images as $im)
{{ $product->name}} image
@endforeach

{{ $product->name}}

{{ priceFormate($product->sell_price)}}
Catgeory : {{ $product->category?$product->category->name:''}}
Brand : {{ $product->brand?$product->brand->name:''}}
    {!! $product->feature !!}
@csrf @if($product->type=='single') @else @endif
- +
Specifications:
{!! $product->body !!}
{!! $product->body !!}
01 Review for this product
  • Author Images
    Eleanor Pena

    “We’ve created a full-stack structure for our working workflow processes, were from the funny the century initial all the made, have spare to negatives. ”

Add a Review

Your email address will not be published. Required fields are marked *

Your Rating *
Your Recently

Viewed Items

@endsection @push('js') @endpush