@extends(get_view('index')) @section('title'){{ $product->content->name . ' - ' ?? '' }} @endsection @section('header') @endsection @section('content')
@foreach ($product->all_images as $key => $value)
{{ $product->content->name ?? '' }}
@endforeach
@foreach ($product->all_images as $key => $value)
{{ $product->content->name ?? '' }}
@endforeach
{{ $product->category->content->name ?? '' }}

{{ $product->content->name ?? '' }}

{{ $product->get_price(false) }} {{-- $35 26% Off --}}


Ürün Kodu: {{ $product->code ?? '' }}
Stok Durumu: @if ($product->stock > 0) Stokta Var @else Tükenmiş @endif
Ürün Kategorisi: {{ $product->category->content->name ?? '' }}
Kargo Firması: Yurtiçi Kargo
@if ( $product->content->description != null ) {!! $product->content->description !!} @else

Ürün hakkında yorum girilmemiş

@endif

İçerik girilmemiş

Müşteri Yorumları

0 üzerinden 0 ortalama 0 yorum
5
53%
4
22%
3
14%
2
5%
1
7%

Yorumlar

Shankar Subbaraman

30 December 2022 Verified Purchase

Need to recheck the weight at delivery point

Product quality is good. But, weight seemed less than 1kg. Since it is being sent in open package, there is a possibility of pilferage in between. FreshCart sends the veggies and fruits through sealed plastic covers and Barcode on the weight etc. .

@endsection @section('footer') @endsection