@extends('layouts.public') @section('title', 'Your quote — MuveOne') @section('content')
{{ $quote->from_address }} → {{ $quote->to_address }} · {{ number_format((float) $quote->distance) }} km
We've emailed this quote to {{ $quote->contact_email }} with a link to log in and book.
| Van size | Est. load | Price |
|---|---|---|
| {{ $size->size }} m³ | {{ $size->mass_kg ? number_format((float) $size->mass_kg) . ' kg' : '—' }} | £{{ number_format((float) $size->price) }} |
Customs clearance (added at booking): £{{ number_format((float) $quote->customs_price) }}
@endifValid until {{ optional($quote->expires_at)->format('d/m/Y') }}.
@if (session('promo_error'))Promo code {{ $quote->promoCode->code }} applied — saving £{{ number_format((float) $quote->promo_discount_amount) }} on the balance.
@else @endif