{{-- Part of phoenix project. --}} @extends('_global.user.frame') @section('user-content') {{----}} {{--Title & toolbar row--}}
@translate('catalog.price.total') |
$ {{ $item->total }} |
@translate('catalog.price.discount') |
$ {{ $item->total - $item->amount }} |
@translate('catalog.price.amount') |
$ {{ $item->amount }} |