@extends('mail.master') @section('content')
{{ $marketplaceName }} - Encomenda pronta para envio a partir do Centro de LogĂstica de Ponta Delgada
{{ $destinationLine }}
@endforeachLoja: {{ $fulfillment->store->commercial_name }}
Peso: {{ number_format($fulfillment->physicalOrderItems->sum(fn ($item) => $item->quantity * ($item->product_snapshot['weight'] ?? 0)), 2) }} kg
@include('mail.partials.products-list', ['orderItems' => $fulfillment->physicalOrderItems, 'showPriceAndLink' => false]) @endforeach