@lang('igniter.cart::default.checkout.text_order_details')
@foreach ($order->getOrderTotals() as $orderTotal) @continue($order->isCollectionType() && $orderTotal->code == 'delivery') @php($thickLine = in_array($orderTotal->code, ['order_total', 'total'])) @continue(!$thickLine && (!$orderTotal->is_summable && $orderTotal->code !== 'subtotal')) @endforeach
{{ $orderTotal->title }} {{ currency_format($orderTotal->value) }}