@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Image') }} | {{ __('Price') }} | {{ __('Quantity') }} | {{ __('Total') }} | {{ __('Remove') }} |
---|---|---|---|---|
@if ($item->options->item_tag)
{{ $item->options->item_tag }}
@endif
@if ($item->options->discount_parcent > 0)
{{ __('-') }}{{ $item->options->discount_parcent }} %
@endif
{{ productLangConverter($item->id) }}{{-- @if ($item->options->color)
|
options->discount_parcent > 0) class="regular-price" @else class="price" @endif > {{ currencyConverter($item->weight) }}
@if ($item->options->discount_parcent > 0)
{{ currencyConverter($item->price) }}
@endif
|
|
{{ currencyConverter($item->subtotal) }} |