Lines Matching refs:family
18 <?php if ($family->children()->count() === 0) : ?>
21 …<?= I18N::plural('%s child', '%s children', $family->children()->count(), I18N::number($family->ch…
24 <?php foreach ($family->children() as $n => $child) : ?>
28 <?php if ($family->children()->count() === 1) : ?>
32 <?php elseif ($n + 1 === $family->children()->count()) : ?>
40 <?php if ($family->canEdit()) : ?>
42 …f="<?= e(route(AddChildToFamilyPage::class, ['tree' => $family->tree()->name(), 'xref' => $family-…
46 …f="<?= e(route(AddChildToFamilyPage::class, ['tree' => $family->tree()->name(), 'xref' => $family-…
50 <?php if ($family->numberOfChildren() > 1) : ?>
51 …ef="<?= e(route(ReorderChildrenPage::class, ['tree' => $family->tree()->name(), 'xref' => $family-…
58 <?php if ($family->children()->count() !== 1) : ?>