xref: /webtrees/resources/views/fact-associates.phtml (revision 5bfc689774bb9a6401271c4ed15a6d50652c991b)
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>