@extends('layouts.app') @section('page-title', 'Deck Estimator') @push('page-css') @vite('resources/css/tools/estimator.css') @endpush @push('head-scripts') @endpush @section('content') @if($tenant->watermark) @endif

{{ $tenant->company_name ?? 'EstiFlow' }} — Deck Estimator

Quick Start Templates

Choose a pre-configured deck size to get started quickly, then customise as needed.

Deck Areas

Add multiple deck areas to calculate combined materials. Each area can have different dimensions and specifications.

Deck Area 1

Current
Preview will appear after calculation

Configure deck details below

Stakes ? Support posts placed at 1m intervals to support the deck frame and joists
Deck Tape ? Protective tape applied to joists before deck board installation to prevent moisture damage
Membrane ? Weed control membrane placed under deck to prevent weed growth
📁 Project Management
@endsection @push('page-scripts') @vite(['resources/js/tools/estimator_prices.js', 'resources/js/tools/estimator.js']) @endpush