= view('components/breadcrumbs', ['links' => $breadcrumbs]) ?>
= I18N::translate('Place') ?> | = I18N::translate('Latitude') ?> | = I18N::translate('Longitude') ?> | = I18N::translate('Zoom level') ?> | = I18N::translate('Flag') ?> | = I18N::translate('Edit') ?> | = I18N::translate('Delete') ?> |
---|---|---|---|---|---|---|
= e($place->pl_place) ?> = I18N::number($place->child_count) ?> | = ($place->pl_lati === null) ? FontAwesome::decorativeIcon('warning') : strtr($place->pl_lati, ['N' => '', 'S' => '-', ',' => '.']) ?> | = ($place->pl_long === null) ? FontAwesome::decorativeIcon('warning') : strtr($place->pl_long, ['E' => '', 'W' => '-', ',' => '.']) ?> | = $place->pl_long === null ? FontAwesome::decorativeIcon('warning') : $place->pl_zoom ?> | pl_icon)) : ?> pl_place) ?>"> | = FontAwesome::linkIcon('edit', I18N::translate('Edit'), ['href' => route('map-data-edit', ['place_id' => $place->pl_id, 'parent_id' => $place->pl_parent_id]), 'class' => 'btn btn-primary']) ?> | child_count === 0) : ?> |
= FontAwesome::decorativeIcon('add') ?> = /* I18N: A button label. */ I18N::translate('add place') ?> = FontAwesome::decorativeIcon('upload') ?> = /* I18N: A button label. */ I18N::translate('import file') ?> |