{{-- resources/views/assessments/index.blade.php --}} @extends('layouts.app') @section('title', 'Assessment - Compute Fees') @section('content')

Compute Fees

{{-- FINDER ONLY (Search / Open Modal) --}}
Tip: Use Quick Find to search by exact App/Tracking No., or Browse to pick from a list.
{{-- HIDDEN UNTIL APP SELECTED --}}
Application Details
PENDING
Owner
TIN: —
Contact: —
App No.:
Business
Line: —
Gross Receipts (Prev. Yr): —

{{-- Fees Table --}}
Fees Breakdown
{{-- --}} {{-- loaded dynamically after selection --}}
Code Description Basis Qty Rate Amount Surcharge Interest TotalAction
Sub-Total: 0.00 0.00 0.00 0.00
{{-- Endorsements status (static badges for MVP) --}}
Health Zoning Engineering BFP
{{-- Totals / Actions --}}
Computation Summary
Assessed Fees₱ 0.00
Discounts₱ 0.00
Surcharges₱ 0.00
Interests₱ 0.00
Total Payable₱ 0.00

“Proceed to Receipt” enables after the assessment is locked (MVP behavior).
{{-- /assessmentWorkArea --}}
{{-- Applications Picker Modal (static list) --}} {{-- Add Fee Modal (static) --}} {{-- Adjustments Modal (static) --}} @endsection @push('scripts') @endpush