@csrf
@lang('global.section') | @lang('global.category') | @lang('global.quantity') | @lang('global.unit_price') | @lang('global.total_price') |
---|---|---|---|---|
{{ $cloth['section'][$locale] }} | {{ $cloth['title'][$locale] }} | {{ $cloth['quantity'] }} | @if ($cloth['price'] == 0) @else {{ $cloth['price'] }} {{ $laundry->branch->city->country->currency_code }} @endif | @if ($cloth['price'] == 0) @else {{ number_format($cloth['price'] * $cloth['quantity'],2) }} {{ $laundry->branch->city->country->currency_code }} @endif |
@lang('global.total') | {{ Cart::total_price(true) }} {{ $laundry->branch->city->country->currency_code }} | |
@lang('global.discount') | 0.00 {{ $laundry->branch->city->country->currency_code }} | |
@lang('global.tip') | 0.00 {{ $laundry->branch->city->country->currency_code }} | |
@lang('global.total_amount') | @if (Cart::total_price() == 0)@else | {{ Cart::total_price(true) }} {{ $laundry->branch->city->country->currency_code }} | @endif
@lang('global.all_prices_include_vat')
@endif