@extends(get_view('index')) @section('title'){{ $product->content->name . ' - ' ?? '' }}@endsection @section('header') @endsection @section('content')
@if ( $product != null ) @if ( $product->all_images != null && count($product->all_images) > 0 )
@foreach ($product->all_images as $key => $value) @endforeach
@else
{{ translate('product_image_not_found') }}
@endif @endif

{{ $product->content->name ?? translate('product') }}

{{ $product->category->content->name ?? translate('category') }}

{{ $product->get_price(false) }}

@if ( $product->content->description != null )
{!! $product->content->description !!}
@else

Satıcı ürün hakkında ekstra açıklama girmemiş.

@endif
{{ translate('product_comment_not_found') }}

Bu ürüne henüz yorum yapmılmamış

{{--
Ersel Hekim

Ürün zamanında teslim edilmedi ve eksik gönderildi.

3 gün önce
Daha fazla göster
--}}
{{ translate('cargo_information_not_found') }}

Satıcı kargo hakkında ekstra açıklama girmemiş.

@endsection @section('footer') @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if @endsection