Lines Matching refs:view
35 use function view; alias
209 return '<span class="invisible px-2">' . view('icons/arrow-' . $style) . '</span>';
253 return '<span class="px-2">' . view('icons/spacer') . '</span>';
267 $icon = view('icons/arrow-' . $style);
288 $icon = view('icons/arrow-' . self::MIRROR_STYLE[$style]);
314 return view('modules/pedigree-chart/previous', [
357 self::STYLE_RIGHT => view('icons/pedigree-left') . I18N::translate('left'),
358 self::STYLE_LEFT => view('icons/pedigree-right') . I18N::translate('right'),
359 self::STYLE_UP => view('icons/pedigree-up') . I18N::translate('up'),
360 self::STYLE_DOWN => view('icons/pedigree-down') . I18N::translate('down'),
365 self::STYLE_LEFT => view('icons/pedigree-left') . I18N::translate('left'),
366 self::STYLE_RIGHT => view('icons/pedigree-right') . I18N::translate('right'),
367 self::STYLE_UP => view('icons/pedigree-up') . I18N::translate('up'),
368 self::STYLE_DOWN => view('icons/pedigree-down') . I18N::translate('down'),