@extends('layouts.app') @section('title', 'Fixed Assets') @section('content')
| Name | Category | Purchased | Cost | Est. Current Value | Status | |
|---|---|---|---|---|---|---|
| {{ $a->name }} | {{ $a->category }} | {{ $a->purchase_date?->format('d M Y') ?? '-' }} | {{ number_format($a->purchase_cost,2) }} | {{ number_format($a->currentEstimatedValue(),2) }} |