MuveOne

Your removal quotation

Quote reference {{ $quote->quote_id }}

@if ($quote->date_basis === 'window') @elseif ($quote->moving_date) @endif
From: {{ $quote->from_address }}
To: {{ $quote->to_address }}
Distance: {{ number_format((float) $quote->distance) }} km
Collection window: {{ optional($quote->collection_window_from)->format('d/m/Y') }} – {{ optional($quote->collection_window_to)->format('d/m/Y') }}
Moving date: {{ $quote->moving_date->format('d/m/Y') }}

Prices by van size

@foreach ($quote->sizes as $size) @endforeach
Size Est. load Price
{{ $size->size }} m³ {{ $size->mass_kg ? number_format((float) $size->mass_kg) . ' kg' : '—' }} £{{ number_format((float) $size->price) }}
@if ((float) $quote->customs_price > 0)

Customs clearance (added at booking): £{{ number_format((float) $quote->customs_price) }}

@endif

This quote is valid until {{ optional($quote->expires_at)->format('d/m/Y') }}. The login link above expires in {{ \App\Services\Auth\MagicLoginService::TTL_DAYS }} days.

© {{ now()->year }} MuveOne. All rights reserved.