@extends('layouts.app') @section('page-title', 'Cabinet Calculator') @push('page-css') @endpush @section('content')

Cabinet Calculator

Calculate materials for cabinet construction with customizable dimensions.

Advanced Settings (Optional)
Used to calculate sides height (H - 2×T)
Gap around door (H-DG, W-DG)
{{-- Cut List Table --}}

Cut List

Note: You can edit any dimension in the table. Changes are reflected in CSV export.

{{-- Cut List Summary --}}

Cut List Summary

{{-- Diagrams --}}

Diagrams

Front View

Side View

Error:
@endsection @push('page-scripts') @vite(['resources/js/tools/cabinet-calculator.js']) @endpush