= 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) ?> | pl_lati === null) : ?> = view('icons/warning') ?> = strtr($place->pl_lati, ['N' => '', 'S' => '-', ',' => '.']) ?> | pl_long === null) : ?> = view('icons/warning') ?> = strtr($place->pl_long, ['E' => '', 'W' => '-', ',' => '.']) ?> | pl_zoom === null) : ?> = view('icons/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) : ?> |
= view('icons/add') ?> = /* I18N: A button label. */ I18N::translate('add place') ?> = view('icons/upload') ?> = /* I18N: A button label. */ I18N::translate('import file') ?> |