@if($showResult && $historicalDate) {{-- After State: Show Results --}}

Historical Inventory Value

${{ number_format($historicalValue, 2) }}

As of {{ $historicalDate }}


{{ number_format($historicalSkuCount) }} SKUs
{{ $this->viewHistoryAction }}
@else {{-- Before State: Initial View --}}

Historical Inventory Value

Calculate inventory value as of any past date

{{ $this->historicalValueAction }}
@endif