| Asset tag |
{{$fixed_asset->asset_tag}}
@php
$generator = new Picqer\Barcode\BarcodeGeneratorHTML();
@endphp
{!! $generator->getBarcode($fixed_asset->asset_tag, $generator::TYPE_CODE_128) !!}
|
| Name |
{{$fixed_asset->name}} |
| Brand |
{{$fixed_asset->item->manufacture->name}} |
| Status |
{{ str_replace('_' , ' ' , $fixed_asset->status ) }} |
| Cost |
{{ number_format($fixed_asset->cost , 2 ) }} |
| Asset Type |
{{$fixed_asset->asset_type->name}} |
| Depreciation Policy |
{{str_replace('_' , ' ' , $fixed_asset->asset_type->depreciation_policy)}} |
| Depreciation Rate |
{{$fixed_asset->asset_type->depreciation_rate}}% |