@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Linked Devices Report', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
| Parent Serial # | Hardware Standard | Technical Specs | Child Serial # | Hardware Standard | Technical Specs |
|---|---|---|---|---|---|
| {{$childAsset->parentAsset->serial_no ?? ''}} | {{$childAsset->parentAsset->makeAndModel->makeModelName ?? ''}} | {{$childAsset->parentAsset->technicalSpec->details ?? ''}} | {{$childAsset->serial_no}} | {{$childAsset->makeAndModel->makeModelName ?? ''}} | {{$childAsset->technicalSpec->details ?? ''}} |