@extends('web.layouts.layout')
@section('content')
@php
$otherData = $orderSummary['other_data'] ?? [];
$pricesByCurrency = $orderSummary['prices_by_currency'] ?? [];
$parsedPrices = $orderSummary['parsed_prices'] ?? [];
@endphp
{{ $title }}