@extends('layouts.admin-simple') @section('title', 'Fixed Assets — All Assets') @section('breadcrumb')
All fixed assets — projects, warehouse, and repair shop
| # | Asset Code | Asset Name | Category | Current Location | Serial Number | Condition | Status | Book Value | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $assets->firstItem() + $i }} | {{ $asset->asset_code }} |
{{ $asset->asset_name }} | {{ $asset->category ? $asset->category->category_name : '-' }} |
@if($asset->lifecycle_status === 'in_use' && $asset->currentProject)
{{ $asset->currentProject->project_number }} {{ $asset->currentProject->project_name }} @elseif($asset->lifecycle_status === 'under_maintenance') build Repair Shop @else store Warehouse @endif |
{{ $asset->serial_number ?? '-' }} | {{ ucfirst($asset->condition) }} | {{ $lcLabels[$asset->lifecycle_status] ?? ucfirst(str_replace('_', ' ', $asset->lifecycle_status)) }} | AED {{ number_format($asset->current_book_value ?? $asset->purchase_price, 2) }} | visibility |
|
devices
No assets found matching your filters. |
|||||||||