@extends('layouts.app') @section('head') @stop @section('content') @include('includes.page_header', [ 'title' => 'Get a quote', 'purpose' => 'Enter the pickup and delivery cities and the load size to calculate a removal price and see the route on the map.', ]) {{-- Two-column layout: form + results (left) beside the map (right) on desktop; single column stack on tablet/mobile. --}}