{{__('user.Item by')}} {{ html_decode($cart->options->author) }}
{{ $cart->options->size ? html_decode($cart->options->size):'' }}
{{ $cart->options->price_type ? ucfirst(html_decode($cart->options->price_type)):''}}
@extends($active_theme) @section('title')
{{__('user.Item by')}} {{ html_decode($cart->options->author) }}
{{ $cart->options->size ? html_decode($cart->options->size):'' }}
{{ $cart->options->price_type ? ucfirst(html_decode($cart->options->price_type)):''}}
{{__('user.Subtotal')}} @if (session()->get('currency_position') == 'right') {{ html_decode($subTotal * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode($subTotal * session()->get('currency_rate')) }} @endif
{{__('user.Discount')}} (-) @if (session()->get('currency_position') == 'right') {{ html_decode(session()->get('coupon')['discount_amount'] * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode(session()->get('coupon')['discount_amount'] * session()->get('currency_rate')) }} @endif
{{__('user.Total')}} @if (session()->get('currency_position') == 'right') {{ html_decode(session()->get('coupon')['total_amount'] * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode(session()->get('coupon')['total_amount'] * session()->get('currency_rate')) }} @endif
{{__('user.Subtotal')}} @if (session()->get('currency_position') == 'right') {{ html_decode($subTotal * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode($subTotal * session()->get('currency_rate')) }} @endif
{{__('user.Discount')}} (-) @if (session()->get('currency_position') == 'right') {{ html_decode(0 * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode(0 * session()->get('currency_rate')) }} @endif
{{__('user.Total')}} @if (session()->get('currency_position') == 'right') {{ html_decode($subTotal * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode($subTotal * session()->get('currency_rate')) }} @endif
{{__('user.By')}} {{ html_decode($product->author->name) }} {{__('user.In')}} {{ $product->category->catlangfrontend->name }}
@for ($i = 1; $i <= 5; $i++) @if ($i <= $review) @else @endif @endfor ({{ $review == 0 ? 0 : $review }})
@if (session()->get('currency_position') == 'right') {{ html_decode($product->regular_price * session()->get('currency_rate')) }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ html_decode($product->regular_price * session()->get('currency_rate')) }} @endif