Asset Details
{{ $asset->rfc }}
@if ($asset->modelmake->name)
{{ $asset->modelmake->name}}
@endif
@if ($asset->manufacturer->name)
/ {{ $asset->manufacturer->name }}
@endif
@if ($asset->manufacturing_year)
/ {{ $asset->manufacturing_year }}
@endif
@endif