@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)
đ {{ $tenant->watermark }}
@endif
{{ $tenant->company_name ?? 'EstiFlow' }} â Deck Estimator
Deck Areas
Add multiple deck areas to calculate combined materials. Each area can have different dimensions and specifications.
Preview will appear after calculation
Configure deck details below
Results
Material List
Sundries
Waste Summary
Tools Required
Rough Estimate for Customer
Total Cost Estimate â uncheck to exclude
đĄī¸ Balustrade Breakdown
Brand Comparison â Same Deck Spec
Board cost only (same framing, labour & sundries apply to all).
Combined Totals - All Deck Areas
Combined Material List
Combined Sundries
Combined Cost Estimate
- Deck Boards: £-
- Framing Timber: £-
- Labour: £-
- Fixings: £-
- Deck Tape: £-
- Weed Membrane: £-
- Delivery: £-
- Grand Total: £-
@endsection
@push('page-scripts')
@vite(['resources/js/tools/estimator_prices.js', 'resources/js/tools/estimator.js'])
@endpush