@extends('layouts.app') @section('title','Fixed Assets') @section('content')
| Asset # | Name | Category | Purchased | Cost | Book Value | Status | |
|---|---|---|---|---|---|---|---|
| {{ $item->asset_number ?? '—' }} | {{ $item->name ?? '—' }} | {{ $item->category->name ?? '—' }} | {{ $item->purchase_date ?? '—' }} | {{ $item->purchase_amount ?? '—' }} | {{ $item->current_value ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||||