Fixed Asset Registry

Register New Asset

Total Acquisition Cost

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

Historical Cost

Current Net Book Value

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

After Depreciation

Accumulated Depreciation

${{ number_format($totalCost - $currentBookValue, 2) }}

Total Value Lost

Active Asset Inventory

{{ $assets->count() }} Assets
@foreach($assets as $asset) @endforeach
Asset Details Category Acquisition Cost Current Value Status
{{ $asset->name }}
{{ $asset->asset_code }} {{ $asset->codingBlock->code_identifier ?? 'N/A' }}
{{ $asset->category }} {{ \Carbon\Carbon::parse($asset->purchase_date)->format('M d, Y') }} ${{ number_format($asset->purchase_price, 2) }} ${{ number_format($asset->book_value, 2) }} {{ $asset->status }}