@include ('cruds._image')
{{ $model->name }}
@if ($model->is_private)
@endif
@if (!empty($model->type))
-
{{ trans('locations.fields.type') }} {{ $model->type }}
@endif
@if (!empty($model->parentLocation))
-
{{ trans('locations.fields.location') }}
{{ $model->parentLocation->name }}@if ($model->parentLocation->parentLocation),
{{ $model->parentLocation->parentLocation->name }}
@endif
@endif
@include('entities.components.relations')
@include('entities.components.attributes')
@include('entities.components.tags')
@include('entities.components.files')
@include('.cruds._actions')