@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Linked Devices Report', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@foreach($childAssets as $childAsset) @endforeach
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 ?? ''}}
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_reports'),'helpTitle'=>config('help-links.help_titles.asset_reports')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader') @stop