@extends('layouts.account') @section('title', __('storefront.orders.order_title', ['number' => $order->reference])) @php $productLines = $order->lines->where('type', '!=', 'shipping'); $shippingLine = $order->lines->firstWhere('type', 'shipping'); @endphp @section('account')
@if ($lineProduct?->status === 'published') {{ $line->description }} @else {{ $line->description }} @endif × {{ $line->quantity }}
@if ($line->option){{ $line->option }}
@endif @include('checkout::partials.line-custom-fields', ['line' => $line]){{ $line->sub_total?->formatted() }}