@extends("layout.main") @section("content")

{{ $sys->name }}

{{ $sys->model }}


{{ $sys->notes }}


Documents
@foreach ($sys->documents as $doc) @endforeach
{{ $doc->title }} {{ $doc->subtitle }} {{ $doc->subsubtitle }} {{ $doc->internal_id }}

To add a document to this system first navigate to the document then click the Add To System button and select this system from the dropdown.

@endsection