1<?php 2 3use Fisharebest\Webtrees\Fact; 4 5/** 6 * @var Fact $fact 7 */ 8 9?> 10 11<div class="wt-fact-associates mt-2"> 12 <?= view('fact-association-structure', ['fact' => $fact]) ?> 13</div>