{{ __('Fixed Assets Management') }}

List of Fixed Assets

Add New Asset
@foreach($assets as $asset) @endforeach
Name Category Purchase Date Purchase Cost Current Value Actions
{{ $asset->name }} {{ $asset->category }} {{ $asset->purchase_date->format('d/m/Y') }} {{ number_format($asset->purchase_cost, 2) }} TZS {{ number_format($asset->current_value, 2) }} TZS Edit