@extends('layouts.app') @section('title','Site Assets') @section('page-title','Site Assets Register') @section('content')
| Tag | Asset Name | Category | Value | Condition | Status | Project |
|---|---|---|---|---|---|---|
| {{ $a->asset_tag }} | {{ $a->name }} | {{ $a->category }} | {{ $a->value ? 'GH₵ '.number_format($a->value,2) : '-' }} | {{ $a->condition }} | {{ str_replace('_',' ',$a->status) }} | {{ $a->project->name ?? '-' }} |
| No assets registered. | ||||||