@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Product Name') }} | {{ __('Price') }} | {{ __('Quantity') }} | {{ __('Total') }} | {{ __('Remove') }} |
---|---|---|---|---|
{{ $item->name }}@if ($item->options->color)
|
{{ currencyConverter($item->weight) }}{{ currencyConverter($item->price) }} |
|
{{ currencyConverter($item->subtotal) }} |