@extends('layouts.app') @section('title')
Porosia juaj:
--}} {{-- {{$item['quantity']}}--}} {{-- x--}} {{-- {{$item['name']}}--}} {{-- {{$item['price']}} L--}} {{--
Subtotali {{session('order')['subtotal']}} L
Ulje e aplikuar 0 L
Kosto Transporti {{session('order')['transportCost']}} L
Totali {{session('order')['total']}} L
{{$order['description'] ?? 'Nuk ka'}}
Delivery {{ $selectedCountry->currency->isSymbolAfterAmount ? round($order['transportCost'], $selectedCountry->currency->decimalPlaces) . ' ' . $selectedCountry->currency->symbol : $selectedCountry->currency->symbol . ' ' . round($order['transportCost'], $selectedCountry->currency->decimalPlaces) }}
Kuponi {{ $selectedCountry->currency->isSymbolAfterAmount ? round($order['couponValue'] ?? 0, $selectedCountry->currency->decimalPlaces) . ' ' . $selectedCountry->currency->symbol : $selectedCountry->currency->symbol . ' ' . round($order['couponValue'] ?? 0, $selectedCountry->currency->decimalPlaces) }}
Totali për të paguar {{ $selectedCountry->currency->isSymbolAfterAmount ? round(($order ? $order['total'] : 0), $selectedCountry->currency->decimalPlaces) . ' ' . $selectedCountry->currency->symbol : $selectedCountry->currency->symbol . ' ' . round($order ? $order['total'] : 0, $selectedCountry->currency->decimalPlaces) }}