Atpakaļ Uz Īpašumiem
Saulkrastu nov.
Muižas iela 14 , Zvejniekciems
Platība
0.2402 m2
Cena
€63,000
<!doctype html> <html lang="
lv
"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">
{{ if environment === 'production' }}
1
<meta name="robots" content="index, follow">
{{ else }}
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <html lang="
lv
"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head> <body class="flex flex-col justify-between min-h-screen font-body antialiased
">
<div x-data="{ isMobile: false }" x-screen="isMobile = ($width < 1024)" class="container pt-14 pb-28">
Atpakaļ Uz Īpašumiem
{{ if redirect_back == 'true' }}
{{ else }}
{{ if locale == 'lv' }}
1
<a href="/
ipasumi
" aria-label="Go back" class="inline-flex items-center">
{{ %blade_host:component component="text" weight="700" class="ml-2 font-heading" }}
</a>
{{ else }}
{{ /if }}
<div x-cloak x-show="!isMobile"> <div class="lg:flex lg:space-x-8 lg:mt-10"> <div class="lg:w-2/3"> <div class="h-full max-h-[500px] w-full overflow-hidden shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
image/jpeg
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div> </div> <div class="lg:w-1/3">
{{ if gallery }}
1
<div class="relative">
{{ gallery limit="2" }}
<div class="overflow-hidden mt-7 first:lg:mt-0 max-h-[235px] h-full w-full shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div>
{{ /gallery }}
<div class="overflow-hidden mt-7 first:lg:mt-0 max-h-[235px] h-full w-full shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div>
{{ /gallery }}
<div class="h-full"> <div x-data="{ open: false, activeSlide: 0, slides: [
{{ gallery }}
'
/assets/properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg
',
{{ /gallery }}
'
/assets/properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png
',
{{ /gallery }}
'
/assets/properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg
',
{{ /gallery }}
'
/assets/properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg
',
{{ /gallery }}
] }" x-init="slides.push('
')" @keydown.escape="open = false" class="w-full h-full">
<div @click="open = true" class="absolute right-4 bottom-4">
{{ %blade_host:component component="button" variant="outline" class="bg-dark-90" aria-label="Open Slider Button" }}
</div>
<div x-cloak class="z-[50] fixed top-0 left-0 flex items-center justify-center w-full h-full" style="background-color: rgba(0,0,0,.6);" x-show.transition="open" role="dialog" aria-modal="true" aria-labelledby="modal">
<div class="absolute z-50 flex items-center justify-start w-12 m-2 mb-4 ml-6 transform top-4 right-4 md:m-2"> <button class="flex items-center justify-center w-12 h-12 text-white rounded-full focus:outline-none" style="background-color: rgba(0,0,0,.4);" @click="open = false" aria-label="Close Slider Button">
</button> </div>
<div class="flex items-center justify-center w-full h-full overflow-hidden"> <template x-for="(slide, index) in slides" :key="index"> <div @click="open = false" class="absolute flex items-center justify-center w-full h-full"> <div x-cloak class="absolute top-0 bottom-0 flex flex-col items-center justify-center px-2 py-2 md:py-24" x-show="activeSlide === index" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 transform scale-90" x-transition:enter-end="opacity-100 transform scale-100" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 transform scale-100" x-transition:leave-end="opacity-0 transform scale-90"> <img :src="slide" class="object-cover w-full h-full rounded shadow-lg" style="object-position:
" alt="Slider Image"> </div> <div x-cloak class="fixed items-center justify-center hidden w-40 h-12 mb-2 text-sm font-bold text-white transform bottom-4 md:flex" x-show="activeSlide === index"> <span class="w-12 text-right" x-text="index + 1"></span> <span class="w-4 text-center">/</span> <span class="w-12 text-left" x-text="slides.length"></span> </div> </div> </template>
<div class="fixed bottom-4 z-[60] flex justify-center mb-4 transform inset-x-0 md:mb-2"> <div class="flex items-center justify-end w-12 mr-3 md:mr-16"> <button type="button" class="flex items-center justify-center w-12 h-12 rounded-full focus:outline-none" style="background-color: rgba(0,0,0,.4);" @click="activeSlide = activeSlide === 0 ? slides.length - 1 : activeSlide - 1" aria-label="Previous Slide">
</button> </div> <div class="flex items-center justify-start w-12 md:ml-16"> <button type="button" class="flex items-center justify-center w-12 h-12 font-bold text-white rounded-full focus:outline-none" style="background-color: rgba(0,0,0,.4);" @click="activeSlide = activeSlide === slides.length - 1 ? 0 : activeSlide + 1" aria-label="Next Slide">
</button> </div> </div> </div> </div> </div> </div>
</div>
{{ /if }}
</div> </div> </div> <div x-cloak x-show="isMobile"> <div class="splide" id="property-carousel"> <div class="splide__track"> <div class="splide__list">
{{ if gallery }}
1
{{ gallery }}
<div class="splide__slide"> <div class="max-h-[275px] h-full mt-8 overflow-hidden lg:mt-10 shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div> <div class="absolute px-3 py-1 text-sm font-medium text-white bg-black bg-opacity-50 rounded-2xl bottom-4 right-4"> <span>
1
</span> <span>/</span> <span>
4
</span> </div> </div>
{{ /gallery }}
<div class="splide__slide"> <div class="max-h-[275px] h-full mt-8 overflow-hidden lg:mt-10 shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div> <div class="absolute px-3 py-1 text-sm font-medium text-white bg-black bg-opacity-50 rounded-2xl bottom-4 right-4"> <span>
2
</span> <span>/</span> <span>
4
</span> </div> </div>
{{ /gallery }}
<div class="splide__slide"> <div class="max-h-[275px] h-full mt-8 overflow-hidden lg:mt-10 shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div> <div class="absolute px-3 py-1 text-sm font-medium text-white bg-black bg-opacity-50 rounded-2xl bottom-4 right-4"> <span>
3
</span> <span>/</span> <span>
4
</span> </div> </div>
{{ /gallery }}
<div class="splide__slide"> <div class="max-h-[275px] h-full mt-8 overflow-hidden lg:mt-10 shrink-0 rounded-2xl">
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
</div> <div class="absolute px-3 py-1 text-sm font-medium text-white bg-black bg-opacity-50 rounded-2xl bottom-4 right-4"> <span>
4
</span> <span>/</span> <span>
4
</span> </div> </div>
{{ /gallery }}
{{ /if }}
</div> </div> </div> </div>
<div class="mt-8 lg:flex lg:space-x-8 md:mt-14">
<div class="lg:w-2/3"> <div class="lg:flex lg:items-center lg:justify-between">
<div class="mb-8 lg:mb-0">
{{ %blade_host:component component="heading" size="3" color="gray" }}
{{ %blade_host:component component="text" size="xl" weight="300" color="light" class="mt-2" }}
</div> </div>
{{ if property_features }}
1
<div>
<div class="mt-12 md:flex max-md:space-y-8 md:items-center md:justify-between rounded-2xl bg-dark-90
px-5 py-5 lg:px-10
">
{{ property_features :limit="features_limit" }}
<div>
{{ %blade_host:component component="text" color="light" }}
property_size
<div class="flex items-center mt-2"> <div class="w-6 h-6 mr-2 shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <path fill="#0F68FF" d="M12.0015 20.1764c-.719 0-1.438-.2558-1.9594-.766l-6.54577-6.4047c-1.04434-1.0219-1.04434-2.8142 0-3.83604l6.54417-6.40328c1.0444-1.02184 2.8761-1.02184 3.9205 0l6.5442 6.40328c1.0443 1.02184 1.0443 2.81414 0 3.83604l-6.5442 6.4032c-.5214.5102-1.2405.7661-1.9595.7661v.0014Zm0-16.68565c-.3314 0-.6612.11007-.8847.32723L4.57107 10.2213c-.44692.4372-.44692 1.2955 0 1.7328l6.54423 6.4032c.4469.4373 1.324.4373 1.7709 0l6.5443-6.4032c.4469-.4373.4469-1.2956 0-1.7328l-6.5443-6.40332c-.2234-.21865-.5548-.32723-.8847-.32723ZM7.57335 22c-.19458 0-.38916-.0729-.53813-.2172l-5.3129-5.1984c-.29643-.2901-.29643-.7616 0-1.0516.29643-.2901.77831-.2901 1.07474 0l5.3129 5.1984c.29642.2901.29642.7616 0 1.0516-.14898.1458-.34356.2172-.53813.2172h.00152Zm8.85485 0c-.1946 0-.3892-.0729-.5382-.2172-.2964-.29-.2964-.7615 0-1.0516l5.3129-5.1984c.2965-.2901.7784-.2901 1.0748 0 .2964.29.2964.7615 0 1.0516l-5.3129 5.1984c-.149.1458-.3436.2172-.5381.2172h.0015Z"/> </svg>
</div>
{{ %blade_host:component component="text" size="sm" weight="700" color="dark" }}
</div> </div>
{{ /property_features }}
</div>
</div>
{{ /if }}
<div class="py-5">
{{ %blade_host:component component="prose" class="prose-p:text-base" }}
</div> <div class="mt-8">
{{ %blade_host:component component="heading" as="h5" size="5" class="mb-4" }}
{{ %blade_host:component component="card" color="dark" class="max-md:flex-col max-md:items-start" }}
{{ if image }}
1
<picture>
{{ asset :url="image" }}
{{ if extension == 'svg' || extension == 'gif' }}
{{ else }}
<source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="image/webp" > <source srcset="
320w,
480w,
768w,
1280w,
1440w,
1680w" sizes="
" type="
image/jpeg
" > <img
{{ if cover }}
1
class="object-cover w-full h-full
" style="object-position:
50% 50%
"
{{ else }}
src="
" alt="
.
"
{{ if lazy }}
>
{{ /if }}
{{ /asset }}
</picture>
{{ /if }}
Kārlis Pilenieks
{{ /%blade_host:component }}
</div>
{{ if latitude and longitude }}
1
{{ push:scripts }}
<script src='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.js'></script> <link href='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css' rel='stylesheet' />
{{ /push:scripts }}
<div class="
px-0
pt-16">
{{ if theme:map_title }}
<div class="
"> <div x-data="mapbox({ data: [ { url: '
/ipasumi/zvejniekciems-sell-63000-eur
', featured_image: '
', title: '
Saulkrastu nov.
', price: '
63000
', address:
{{ if street_number_1 or region or zip }}
1
'
Muižas iela
,
Zvejniekciems
,
'
{{ else }}
, property_features:
{{ if property_features }}
1
[{"icon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#0F68FF\" d=\"M12.0015 20.1764c-.719 0-1.438-.2558-1.9594-.766l-6.54577-6.4047c-1.04434-1.0219-1.04434-2.8142 0-3.83604l6.54417-6.40328c1.0444-1.02184 2.8761-1.02184 3.9205 0l6.5442 6.40328c1.0443 1.02184 1.0443 2.81414 0 3.83604l-6.5442 6.4032c-.5214.5102-1.2405.7661-1.9595.7661v.0014Zm0-16.68565c-.3314 0-.6612.11007-.8847.32723L4.57107 10.2213c-.44692.4372-.44692 1.2955 0 1.7328l6.54423 6.4032c.4469.4373 1.324.4373 1.7709 0l6.5443-6.4032c.4469-.4373.4469-1.2956 0-1.7328l-6.5443-6.40332c-.2234-.21865-.5548-.32723-.8847-.32723ZM7.57335 22c-.19458 0-.38916-.0729-.53813-.2172l-5.3129-5.1984c-.29643-.2901-.29643-.7616 0-1.0516.29643-.2901.77831-.2901 1.07474 0l5.3129 5.1984c.29642.2901.29642.7616 0 1.0516-.14898.1458-.34356.2172-.53813.2172h.00152Zm8.85485 0c-.1946 0-.3892-.0729-.5382-.2172-.2964-.29-.2964-.7615 0-1.0516l5.3129-5.1984c.2965-.2901.7784-.2901 1.0748 0 .2964.29.2964.7615 0 1.0516l-5.3129 5.1984c-.149.1458-.3436.2172-.5381.2172h.0015Z\"\/>\n<\/svg>","type":{"value":"property_size","label":"Property Size","key":"property_size"},"description":0.2402,"id":null}]
{{ else }}
, latitude: '
57.3270619
', longitude: '
24.4231737
', is_contact_variant: '
', }, ], type: normalmap })" class="
relative"> <div id="normalmap" class="overflow-hidden h-[350px] w-full rounded-2xl"></div>
<div id="menu" class="absolute top-5 left-3"> <label for="light-v10" class="text-sm py-2.5 px-4 bg-white border border-brand-200 rounded-bl-lg rounded-tl-lg cursor-pointer font-bold text-dark-950">
Map
</label> <input id="light-v10" type="radio" name="rtoggle" value="light" class="hidden peer"> <label for="satellite-streets-v12" class="text-sm py-2.5 px-4 bg-white border border-brand-200 rounded-br-lg rounded-tr-lg cursor-pointer font-bold text-dark-950">
Satellite
</label> <input id="satellite-streets-v12" type="radio" name="rtoggle" value="satellite" class="hidden peer"> </div>
</div>
{{ if has_content }}
</div> </div>
{{ /if }}
</div> <div class="max-lg:mt-8 lg:w-1/3">
{{ %blade_host:component component="card" direction="vertical" color="dark" }}
</div> </div> </div>
{{ collection:properties as="listing" blueprint:is="property" :id:isnt="id" :city:is="city:id" limit="6" sort="random" }}
{{ if !no_results }}
{{ /collection:properties }}
<link rel="apple-touch-icon" sizes="180x180" href="
"> <link rel="icon" type="image/png" sizes="32x32" href="
"> <link rel="icon" type="image/png" sizes="16x16" href="
"> <link rel="manifest" href="/site.webmanifest">
<title>
</title>
{{ if int_bdfdc0bf1dfaa355367 }}
<meta property="og:type" content="website" />
{{ if int_9d06d5d1500c0d9b }}
1
<meta name="og:title" content="
">
{{ /if }}
{{ if int_4a41a29fa4b0fc9914e67e }}
{{ if $og_image }}
1
{{ asset :url="seo:og_image" }}
<meta property="og:image" content="
" /> <meta property="og:image:width" content="
147
" /> <meta property="og:image:height" content="
30
" />
{{ if seo:display_twitter_tags }}
1
<meta name="twitter:image" content="
" />
{{ /if }}
{{ /asset }}
{{ /if }}
{{ if int_b291d860631cd49a4 }}
1
<link rel="canonical" href="
" /> <meta property="og:url" content="
" />
{{ /if }}
{{ if seo:sitename }}
1
<meta property="og:site_name" content="
Estater
" />
{{ /if }}
<meta property="og:locale" content="
lv_LV
" />
{{ if seo:display_twitter_tags }}
1
<meta name="twitter:card" content="summary_large_image" />
{{ if seo:twitter_handle }}
{{ if int_436b59467847b7fa }}
1
<meta name="twitter:title" content="
" />
{{ /if }}
{{ if int_5fed141111d50f199c2cc0 }}
{{ /if }}
<div class="
bg-white
sticky top-0 z-50 transition ease-in-out duration-300"
{{ if isTransparent }}
> <nav x-data="{ isOpen: false }" aria-labelledby="nav-heading" :aria-expanded="isOpen" class="container flex flex-wrap items-center py-5" :class="{ 'bg-white': isOpen }" @click.away="isOpen = false">
<a aria-label="logo" href="/">
{{ if theme:logo }}
1
<img class="object-cover w-auto h-8" src="
" alt="logo">
{{ else }}
</a>
<button :aria-expanded="isOpen" aria-controls="nav-list" aria-label="toggle menu" @click="isOpen = !isOpen" type="button" class="block px-2 ml-auto text-dark-900 lg:hidden focus:outline-none"> <span x-show.transition="!isOpen">
</span> <span x-show="isOpen" x-cloak>
</span> </button>
<div class="w-full grow lg:flex lg:items-center lg:w-auto" :class="{ 'block': isOpen, 'hidden': !isOpen }"> <ul id="nav-list" class="
items-center flex-1 pt-3 space-y-5 lg:space-y-0 lg:pt-0 list-reset lg:flex lg:space-x-10">
{{ nav:navigation include_home="true" }}
{{ if !toggle_button }}
1
<li> <a class="flex flex-col font-heading mx-3 mt-10 text-xl lg:text-base lg:my-0 border-b-2 pb-5 lg:border-0 lg:p-0
font-light
" href="
/
" aria-label="
SĀKUMS
" @click="isOpen = false">
SĀKUMS
</a> </li>
{{ /if }}
{{ /nav:navigation }}
{{ if !toggle_button }}
1
<li> <a class="flex flex-col font-heading mx-3 mt-10 text-xl lg:text-base lg:my-0 border-b-2 pb-5 lg:border-0 lg:p-0
font-bold
" href="
/ipasumi
" aria-label="
ĪPAŠUMI
" @click="isOpen = false">
ĪPAŠUMI
</a> </li>
{{ /if }}
{{ /nav:navigation }}
{{ if !toggle_button }}
1
<li> <a class="flex flex-col font-heading mx-3 mt-10 text-xl lg:text-base lg:my-0 border-b-2 pb-5 lg:border-0 lg:p-0
font-light
" href="
/jaunumi
" aria-label="
JAUNUMI
" @click="isOpen = false">
JAUNUMI
</a> </li>
{{ /if }}
{{ /nav:navigation }}
{{ if !toggle_button }}
1
<li> <a class="flex flex-col font-heading mx-3 mt-10 text-xl lg:text-base lg:my-0 border-b-2 pb-5 lg:border-0 lg:p-0
font-light
" href="
/par-mums
" aria-label="
PAR MUMS
" @click="isOpen = false">
PAR MUMS
</a> </li>
{{ /if }}
{{ /nav:navigation }}
{{ if !toggle_button }}
{{ /nav:navigation }}
</ul> <div class="flex items-center mt-4 lg:mt-0 mx-3">
{{ locales self="false"}}
{{ if locale:handle != 'ru'}}
1
<a href="
https://segrow-web.ict.lv/en/properties/zvejniekciems-sell-63000-eur
" class="mr-2 rounded-full px-2 py-1 uppercase hover:border-blue-400 border-2 border-blue-200">
en
</a>
{{ /if }}
{{ /locales }}
{{ if locale:handle != 'ru'}}
{{ /locales }}
</div>
{{ nav:navigation }}
{{ if toggle_button }}
{{ /nav:navigation }}
{{ if toggle_button }}
{{ /nav:navigation }}
{{ if toggle_button }}
{{ /nav:navigation }}
{{ if toggle_button }}
{{ /nav:navigation }}
{{ if toggle_button }}
1
<div class="max-lg:ml-3 max-lg:mt-12 max-lg:mb-6">
{{ %blade_host:component component="button" :url="url" variant="int_c89de979761c" target="int_94d0ba394040d08f3874f1" }}
</div>
{{ /if }}
{{ /nav:navigation }}
</div> </nav> </div>
<footer>
<div class="container py-12 md:py-16 lg:py-20"> <div class="
md:grid-cols-2 md:grid-cols-3 lg:grid-cols-5
grid justify-between gap-8">
<div class="max-w-xs col-span-full lg:col-span-2">
{{ if theme:footer_description }}
1
{{ %blade_host:component component="text" class="mt-6" }}
{{ /if }}
</div>
{{ if theme:footer_menu }}
1
{{ nav :handle="theme:footer_menu" }}
<div class="flex flex-col">
{{ if title }}
1
{{ %blade_host:component component="text" color="light" class="mb-4 lg:mb-6" }}
Atbalsts
{{ /%blade_host:component }}
{{ /if }}
{{ if children }}
1
<ul class="space-y-4">
{{ children }}
<li class="text-lg font-medium duration-200 ease-in-out font-heading hover:text-brand-900 text-dark-950"> <a href="
/sazinies
" aria-label="
Sazinies
">
Sazinies
</a> </li>
{{ /children }}
</ul>
{{ /if }}
</div>
{{ /nav }}
<div class="flex flex-col">
{{ if title }}
1
{{ %blade_host:component component="text" color="light" class="mb-4 lg:mb-6" }}
Svarīgi
{{ /%blade_host:component }}
{{ /if }}
{{ if children }}
1
<ul class="space-y-4">
{{ children }}
<li class="text-lg font-medium duration-200 ease-in-out font-heading hover:text-brand-900 text-dark-950"> <a href="
/noteikumi-un-pakalpojumi
" aria-label="
Noteikumi un pakalpojumi
">
Noteikumi un pakalpojumi
</a> </li>
{{ /children }}
<li class="text-lg font-medium duration-200 ease-in-out font-heading hover:text-brand-900 text-dark-950"> <a href="
/privatuma-politika
" aria-label="
Privātuma politika
">
Privātuma politika
</a> </li>
{{ /children }}
</ul>
{{ /if }}
</div>
{{ /nav }}
{{ /if }}
{{ if theme:social_media }}
1
<div class="flex flex-col">
{{ %blade_host:component component="text" color="light" class="mb-4 lg:mb-6" }}
<ul class="space-y-4">
{{ theme:social_media }}
<li class="text-lg font-medium capitalize transition-all duration-200 ease-in-out font-heading hover:text-brand-900 text-dark-950"> <a href="
" aria-label="
" target="_blank" rel="noopener noreferrer">
</a> </li>
{{ /theme:social_media }}
</ul> </div>
{{ /if }}
</div> </div>
{{ if theme:footer_copyright }}
1
<div class="container py-8 border-t border-dark-100"> <div class="
text-center
">
{{ %blade_host:component component="text" color="light" }}
</div> </div>
{{ /if }}
</footer>
</body> </html>
1 x Application (94.84%) | 1.49s |
8 x partial:components/picture (25.5%) | 401ms |
106 x glide:url (16.51%) | 260ms |
22 x blade_host:component (9.14%) | 144ms |
1 x Booting (5.16%) | 81.27ms |
9 x asset:index (3.21%) | 50.48ms |
1 x partial:layout/footer/_footer_navigation (3.1%) | 48.72ms |
1 x locales:index (2.9%) | 45.59ms |
2 x nav:navigation (2.52%) | 39.74ms |
1 x partial:sets/map_section (1.76%) | 27.65ms |
1 x collection:properties (1.74%) | 27.46ms |
7 x svg:index (1.52%) | 23.90ms |
1 x partial:layout/navigation (1.51%) | 23.70ms |
1 x partial:seo (1.24%) | 19.57ms |
1 x partial:properties/partials/agent_set (1.06%) | 16.73ms |
3 x gallery:index (0.81%) | 12.75ms |
1 x lucky_seo:title (0.78%) | 12.24ms |
1 x partial:partials/lightbox_slider (0.76%) | 12.02ms |
1 x partial:properties/partials/property_features/large_variant (0.64%) | 10.05ms |
1 x partial:components/go_back (0.62%) | 9.79ms |
1 x partial:layout/footer/_footer_copyright (0.55%) | 8.65ms |
1 x partial:properties/partials/gallery (0.47%) | 7.32ms |
1 x partial:partials/maps/map_styles (0.37%) | 5.86ms |
1 x partial:properties/partials/price (0.36%) | 5.69ms |
1 x partial:layout/footer (0.32%) | 5.03ms |
1 x partial:partials/related_listings (0.27%) | 4.18ms |
1 x nav:index (0.25%) | 3.86ms |
1 x vite:index (0.16%) | 2.55ms |
1 x partial:partials/favicons (0.16%) | 2.53ms |
7 x trans:index (0.13%) | 2.08ms |
2 x lucky_seo:tw_title (0.05%) | 864μs |
2 x lucky_seo:og_title (0.04%) | 617μs |
3 x lucky_seo:canonical (0.03%) | 466μs |
1 x lucky_seo:description (0.01%) | 208μs |
1 x lucky_seo:og_description (0.01%) | 115μs |
1 x lucky_seo:tw_description (0.01%) | 115μs |
Backtrace |
|
select * from entries where uri = '/ipasumi/zvejniekciems-sell-63000-eur' and site = 'lv'
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg', 'properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png', 'properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg', 'properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg', 'properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png', 'properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg', 'properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg', 'properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png', 'properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg', 'properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg', 'properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png', 'properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg', 'properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg', 'properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png', 'properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg', 'properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg')
Bindings |
|
Backtrace |
|
select * from entries where id in ('5b741a76-4330-4662-a3fb-6490cc135450')
Bindings |
|
Backtrace |
|
select * from entries where collection in ('agents') and id in ('5b741a76-4330-4662-a3fb-6490cc135450') and published = '1' and (collection in ('agents') or (collection in ('agents') and collectionHandle = 'agents'))
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('agents/whatsapp-image-2024-06-06-at-14.28.15.jpeg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg')
Bindings |
|
Backtrace |
|
select * from entries where id = 'a14aaac6-139c-4b03-acba-0a96eb6bdb86'
Bindings |
|
Backtrace |
|
select * from entries where id in ('d73d5f69-0444-4f81-90f5-3bc7b3c7820a')
Bindings |
|
Backtrace |
|
select * from entries where collection in ('cities') and id in ('a14aaac6-139c-4b03-acba-0a96eb6bdb86') and published = '1' and (collection in ('cities') or (collection in ('cities') and collectionHandle = 'cities'))
Bindings |
|
Backtrace |
|
select * from entries where collection in ('properties') and site = 'lv' and published = '1' and redirect is null and blueprint = 'property' and id != 'ba165659-0583-4e17-b907-3446838da054' and city = 'a14aaac6-139c-4b03-acba-0a96eb6bdb86' limit 6
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/apple-touch-icon.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/apple-touch-icon.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/favicon-32x32.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/favicon-32x32.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/favicon-16x16.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('favicons/favicon-16x16.png')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ([])
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('logo.svg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('logo.svg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('icons/logo-horizontal.svg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('icons/logo-horizontal.svg')
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('icons/logo-horizontal.svg')
Bindings |
|
Backtrace |
|
select * from entries where id in ('home', 'ac0e74d8-a98b-4342-a9ca-303df10780b3', 'ffb29872-4670-458f-b60b-f73b6092b2f1', 'adb1b0db-1337-4ba7-a220-5d49b255272c', 'bb5502aa-7618-4400-95b3-44f3ad8fefe9')
Bindings |
|
Backtrace |
|
select * from entries where id = 'ba165659-0583-4e17-b907-3446838da054'
Bindings |
|
Backtrace |
|
select * from entries where id = 'ba165659-0583-4e17-b907-3446838da054'
Bindings |
|
Backtrace |
|
select * from entries where id = 'ba165659-0583-4e17-b907-3446838da054'
Bindings |
|
Backtrace |
|
select * from entries where collection in ('properties') and origin = 'ba165659-0583-4e17-b907-3446838da054'
Bindings |
|
Backtrace |
|
select * from entries where collection in ('properties') and origin = 'a33915b0-b8a3-433e-8004-b8d6c5505652'
Bindings |
|
Backtrace |
|
select * from entries where collection in ('properties') and origin = '296ce40c-b941-4afa-8c5c-31c68f6215de'
Bindings |
|
Backtrace |
|
select * from assets where container = 'assets' and path in ('icons/logo-horizontal.svg')
Bindings |
|
Backtrace |
|
0 of 0Statamic\Fields\Value {#2529 ▼ -resolver: null #raw: "5b741a76-4330-4662-a3fb-6490cc135450" #handle: "agent" #fieldtype: Statamic\Fieldtypes\Entries {#14248 ▶ #field: Statamic\Fields\Field {#14247 ▶ #handle: "agent" #prefix: null #config: array:8 [▶ "max_items" => 1 "collections" => array:1 [▶ 0 => "agents" ] "display" => "Agent" "type" => "entries" "always_save" => false "validate" => array:1 [▶ 0 => "required" ] "width" => 50 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: true #categories: array:1 [▶ 0 => "relationship" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null #component: "relationship" #indexComponent: "relationship" #itemComponent: "related-item" #formComponent: "entry-publish-form" #canEdit: true #canCreate: true #canSearch: true #statusIcons: true #taggable: false #formComponentProps: array:21 [▶ "initialActions" => "actions" "initialTitle" => "title" "initialReference" => "reference" "initialFieldset" => "blueprint" "initialValues" => "values" "initialLocalizedFields" => "localizedFields" "initialMeta" => "meta" "initialPermalink" => "permalink" "initialLocalizations" => "localizations" "initialHasOrigin" => "hasOrigin" "initialOriginValues" => "originValues" "initialOriginMeta" => "originMeta" "initialSite" => "locale" "initialIsWorkingCopy" => "hasWorkingCopy" "initialIsRoot" => "isRoot" "initialReadOnly" => "readOnly" "revisionsEnabled" => "revisionsEnabled" "breadcrumbs" => "breadcrumbs" "collectionHandle" => "collection" "canManagePublishState" => "canManagePublishState" "collectionHasRoutes" => "collectionHasRoutes" ] #activeFilterBadges: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2436 ▼ -resolver: Closure(Value $value) {#2471 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "api_url" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "api_url" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2544 ▼ -resolver: Closure(Value $value) {#2434 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "blueprint" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "blueprint" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2440 ▼ -resolver: Closure(Value $value) {#2549 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "categories" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "categories" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2570 ▼ -resolver: null #raw: "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" #handle: "city" #fieldtype: Statamic\Fieldtypes\Entries {#7705 ▶ #field: Statamic\Fields\Field {#7706 ▶ #handle: "city" #prefix: null #config: array:7 [▶ "max_items" => 1 "collections" => array:1 [▶ 0 => "cities" ] "type" => "entries" "display" => "City" "width" => 50 "validate" => array:1 [▶ 0 => "required" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: true #categories: array:1 [▶ 0 => "relationship" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null #component: "relationship" #indexComponent: "relationship" #itemComponent: "related-item" #formComponent: "entry-publish-form" #canEdit: true #canCreate: true #canSearch: true #statusIcons: true #taggable: false #formComponentProps: array:21 [▶ "initialActions" => "actions" "initialTitle" => "title" "initialReference" => "reference" "initialFieldset" => "blueprint" "initialValues" => "values" "initialLocalizedFields" => "localizedFields" "initialMeta" => "meta" "initialPermalink" => "permalink" "initialLocalizations" => "localizations" "initialHasOrigin" => "hasOrigin" "initialOriginValues" => "originValues" "initialOriginMeta" => "originMeta" "initialSite" => "locale" "initialIsWorkingCopy" => "hasWorkingCopy" "initialIsRoot" => "isRoot" "initialReadOnly" => "readOnly" "revisionsEnabled" => "revisionsEnabled" "breadcrumbs" => "breadcrumbs" "collectionHandle" => "collection" "canManagePublishState" => "canManagePublishState" "collectionHasRoutes" => "collectionHasRoutes" ] #activeFilterBadges: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2458 ▼ -resolver: null #raw: Statamic\Entries\Collection {#2345 ▶ #handle: "properties" #routes: array:3 [▶ "lv" => "/ipasumi/{slug}" "en" => "/properties/{slug}" "ru" => "/properties/{slug}" ] -cachedRoutes: null #mount: null #title: "Properties" #template: "properties/show" #layout: "layout" #sites: array:3 [▶ 0 => "lv" 1 => "en" 2 => "ru" ] #propagate: true #blueprints: [] #searchIndex: null #dated: false #sortField: null #sortDirection: "asc" #revisions: false #positions: null #defaultPublishState: true #originBehavior: "select" #futureDateBehavior: "private" #pastDateBehavior: "public" #structure: null #structureContents: null #taxonomies: array:1 [▶ 0 => "categories" ] #requiresSlugs: true #titleFormats: [] #previewTargets: array:1 [▶ 0 => array:3 [▶ "format" => "{permalink}" "label" => "Entry" "refresh" => true ] ] #autosave: null #withEvents: true #cascade: Illuminate\Support\Collection {#2394 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: null } #handle: "collection" #fieldtype: null #augmentable: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #shallow: false }
0 of 0array:24 [▼ "app" => array:16 [▶ "name" => "Statamic" "env" => "production" "debug" => true "url" => "http://segrow-web.ict.lv" "frontend_url" => "http://localhost:3000" "asset_url" => null "timezone" => "UTC" "locale" => "lv" "fallback_locale" => "en" "faker_locale" => "en_US" "cipher" => "AES-256-CBC" "key" => "base64:u9zoLwbZ7DltrVb4q/jDlAbvq4B7q4PBXMxhWUQpR8k=" "previous_keys" => [] "maintenance" => array:2 [▶ "driver" => "file" "store" => "file" ] "providers" => array:23 [▶ 0 => "Illuminate\Auth\AuthServiceProvider" 1 => "Illuminate\Broadcasting\BroadcastServiceProvider" 2 => "Illuminate\Bus\BusServiceProvider" 3 => "Illuminate\Cache\CacheServiceProvider" 4 => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" 5 => "Illuminate\Cookie\CookieServiceProvider" 6 => "Illuminate\Database\DatabaseServiceProvider" 7 => "Illuminate\Encryption\EncryptionServiceProvider" 8 => "Illuminate\Filesystem\FilesystemServiceProvider" 9 => "Illuminate\Foundation\Providers\FoundationServiceProvider" 10 => "Illuminate\Hashing\HashServiceProvider" 11 => "Illuminate\Mail\MailServiceProvider" 12 => "Illuminate\Notifications\NotificationServiceProvider" 13 => "Illuminate\Pagination\PaginationServiceProvider" 14 => "Illuminate\Auth\Passwords\PasswordResetServiceProvider" 15 => "Illuminate\Pipeline\PipelineServiceProvider" 16 => "Illuminate\Queue\QueueServiceProvider" 17 => "Illuminate\Redis\RedisServiceProvider" 18 => "Illuminate\Session\SessionServiceProvider" 19 => "Illuminate\Translation\TranslationServiceProvider" 20 => "Illuminate\Validation\ValidationServiceProvider" 21 => "Illuminate\View\ViewServiceProvider" 22 => "App\Providers\AppServiceProvider" ] "aliases" => array:43 [▶ "App" => "Illuminate\Support\Facades\App" "Arr" => "Illuminate\Support\Arr" "Artisan" => "Illuminate\Support\Facades\Artisan" "Auth" => "Illuminate\Support\Facades\Auth" "Blade" => "Illuminate\Support\Facades\Blade" "Broadcast" => "Illuminate\Support\Facades\Broadcast" "Bus" => "Illuminate\Support\Facades\Bus" "Cache" => "Illuminate\Support\Facades\Cache" "Config" => "Illuminate\Support\Facades\Config" "Context" => "Illuminate\Support\Facades\Context" "Cookie" => "Illuminate\Support\Facades\Cookie" "Crypt" => "Illuminate\Support\Facades\Crypt" "Date" => "Illuminate\Support\Facades\Date" "DB" => "Illuminate\Support\Facades\DB" "Eloquent" => "Illuminate\Database\Eloquent\Model" "Event" => "Illuminate\Support\Facades\Event" "File" => "Illuminate\Support\Facades\File" "Gate" => "Illuminate\Support\Facades\Gate" "Hash" => "Illuminate\Support\Facades\Hash" "Http" => "Illuminate\Support\Facades\Http" "Js" => "Illuminate\Support\Js" "Lang" => "Illuminate\Support\Facades\Lang" "Log" => "Illuminate\Support\Facades\Log" "Mail" => "Illuminate\Support\Facades\Mail" "Notification" => "Illuminate\Support\Facades\Notification" "Number" => "Illuminate\Support\Number" "Password" => "Illuminate\Support\Facades\Password" "Process" => "Illuminate\Support\Facades\Process" "Queue" => "Illuminate\Support\Facades\Queue" "RateLimiter" => "Illuminate\Support\Facades\RateLimiter" "Redirect" => "Illuminate\Support\Facades\Redirect" "Request" => "Illuminate\Support\Facades\Request" "Response" => "Illuminate\Support\Facades\Response" "Route" => "Illuminate\Support\Facades\Route" "Schedule" => "Illuminate\Support\Facades\Schedule" "Schema" => "Illuminate\Support\Facades\Schema" "Session" => "Illuminate\Support\Facades\Session" "Storage" => "Illuminate\Support\Facades\Storage" "Str" => "Illuminate\Support\Str" "URL" => "Illuminate\Support\Facades\URL" "Validator" => "Illuminate\Support\Facades\Validator" "View" => "Illuminate\Support\Facades\View" "Vite" => "Illuminate\Support\Facades\Vite" ] ] "auth" => array:5 [▶ "defaults" => array:2 [▶ "guard" => "web" "passwords" => "users" ] "guards" => array:1 [▶ "web" => array:2 [▶ "driver" => "session" "provider" => "users" ] ] "providers" => array:1 [▶ "users" => array:1 [▶ "driver" => "statamic" ] ] "passwords" => array:2 [▶ "users" => array:4 [▶ "provider" => "users" "table" => "password_reset_tokens" "expire" => 60 "throttle" => 60 ] "activations" => array:4 [▶ "provider" => "users" "table" => "password_activation_tokens" "expire" => 4320 "throttle" => 60 ] ] "password_timeout" => 10800 ] "cache" => array:3 [▶ "default" => "statamic" "stores" => array:9 [▶ "array" => array:2 [▶ "driver" => "array" "serialize" => false ] "database" => array:4 [▶ "driver" => "database" "table" => "cache" "connection" => null "lock_connection" => null ] "file" => array:3 [▶ "driver" => "file" "path" => "/home/forge/segrow-web.ict.lv/storage/framework/cache/data" "lock_path" => "/home/forge/segrow-web.ict.lv/storage/framework/cache/data" ] "memcached" => array:5 [▶ "driver" => "memcached" "persistent_id" => null "sasl" => array:2 [▶ 0 => null 1 => null ] "options" => [] "servers" => array:1 [▶ 0 => array:3 [▶ "host" => "127.0.0.1" "port" => 11211 "weight" => 100 ] ] ] "redis" => array:3 [▶ "driver" => "redis" "connection" => "cache" "lock_connection" => "default" ] "dynamodb" => array:6 [▶ "driver" => "dynamodb" "key" => "" "secret" => "" "region" => "us-east-1" "table" => "cache" "endpoint" => null ] "octane" => array:1 [▶ "driver" => "octane" ] "static_cache" => array:2 [▶ "driver" => "file" "path" => "/home/forge/segrow-web.ict.lv/storage/statamic/static-urls-cache" ] "statamic" => array:1 [▶ "driver" => "statamic" ] ] "prefix" => "" ] "database" => array:4 [▶ "default" => "mysql" "connections" => array:5 [▶ "sqlite" => array:5 [▶ "driver" => "sqlite" "url" => null "database" => "segrow_web_test_db" "prefix" => "" "foreign_key_constraints" => true ] "mysql" => array:15 [▶ "driver" => "mysql" "url" => null "host" => "127.0.0.1" "port" => "3306" "database" => "segrow_web_test_db" "username" => "forge" "password" => "1Qna3mTleJ7IChVwHLXY" "unix_socket" => "" "charset" => "utf8mb4" "collation" => "utf8mb4_unicode_ci" "prefix" => "" "prefix_indexes" => true "strict" => true "engine" => null "options" => [] ] "mariadb" => array:15 [▶ "driver" => "mariadb" "url" => null "host" => "127.0.0.1" "port" => "3306" "database" => "segrow_web_test_db" "username" => "forge" "password" => "1Qna3mTleJ7IChVwHLXY" "unix_socket" => "" "charset" => "utf8mb4" "collation" => "utf8mb4_unicode_ci" "prefix" => "" "prefix_indexes" => true "strict" => true "engine" => null "options" => [] ] "pgsql" => array:12 [▶ "driver" => "pgsql" "url" => null "host" => "127.0.0.1" "port" => "3306" "database" => "segrow_web_test_db" "username" => "forge" "password" => "1Qna3mTleJ7IChVwHLXY" "charset" => "utf8" "prefix" => "" "prefix_indexes" => true "search_path" => "public" "sslmode" => "prefer" ] "sqlsrv" => array:10 [▶ "driver" => "sqlsrv" "url" => null "host" => "127.0.0.1" "port" => "3306" "database" => "segrow_web_test_db" "username" => "forge" "password" => "1Qna3mTleJ7IChVwHLXY" "charset" => "utf8" "prefix" => "" "prefix_indexes" => true ] ] "migrations" => array:2 [▶ "table" => "migrations" "update_date_on_publish" => true ] "redis" => array:4 [▶ "client" => "phpredis" "options" => array:2 [▶ "cluster" => "redis" "prefix" => "statamic_database_" ] "default" => array:6 [▶ "url" => null "host" => "127.0.0.1" "username" => null "password" => "" "port" => "6379" "database" => "0" ] "cache" => array:6 [▶ "url" => null "host" => "127.0.0.1" "username" => null "password" => "" "port" => "6379" "database" => "1" ] ] ] "filesystems" => array:3 [▶ "default" => "local" "disks" => array:4 [▶ "local" => array:3 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv/storage/app" "throw" => false ] "public" => array:5 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv/storage/app/public" "url" => "http://segrow-web.ict.lv/storage" "visibility" => "public" "throw" => false ] "s3" => array:9 [▶ "driver" => "s3" "key" => "" "secret" => "" "region" => "us-east-1" "bucket" => "" "url" => null "endpoint" => null "use_path_style_endpoint" => false "throw" => false ] "assets" => array:5 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv/public/assets" "url" => "/assets" "visibility" => "public" "throw" => false ] ] "links" => array:1 [▶ "/home/forge/segrow-web.ict.lv/public/storage" => "/home/forge/segrow-web.ict.lv/storage/app/public" ] ] "integration" => array:1 [▶ "url" => "https://app.segrow.com/exports/teams/lOL1AOVQvr/web" ] "logging" => array:3 [▶ "default" => "stack" "deprecations" => array:2 [▶ "channel" => null "trace" => false ] "channels" => array:10 [▶ "stack" => array:3 [▶ "driver" => "stack" "channels" => array:1 [▶ 0 => "single" ] "ignore_exceptions" => false ] "single" => array:4 [▶ "driver" => "single" "path" => "/home/forge/segrow-web.ict.lv/storage/logs/laravel.log" "level" => "debug" "replace_placeholders" => true ] "daily" => array:5 [▶ "driver" => "daily" "path" => "/home/forge/segrow-web.ict.lv/storage/logs/laravel.log" "level" => "debug" "days" => 14 "replace_placeholders" => true ] "slack" => array:6 [▶ "driver" => "slack" "url" => null "username" => "Laravel Log" "emoji" => ":boom:" "level" => "debug" "replace_placeholders" => true ] "papertrail" => array:5 [▶ "driver" => "monolog" "level" => "debug" "handler" => "Monolog\Handler\SyslogUdpHandler" "handler_with" => array:3 [▶ "host" => null "port" => null "connectionString" => "tls://:" ] "processors" => array:1 [▶ 0 => "Monolog\Processor\PsrLogMessageProcessor" ] ] "stderr" => array:6 [▶ "driver" => "monolog" "level" => "debug" "handler" => "Monolog\Handler\StreamHandler" "formatter" => null "with" => array:1 [▶ "stream" => "php://stderr" ] "processors" => array:1 [▶ 0 => "Monolog\Processor\PsrLogMessageProcessor" ] ] "syslog" => array:4 [▶ "driver" => "syslog" "level" => "debug" "facility" => 8 "replace_placeholders" => true ] "errorlog" => array:3 [▶ "driver" => "errorlog" "level" => "debug" "replace_placeholders" => true ] "null" => array:2 [▶ "driver" => "monolog" "handler" => "Monolog\Handler\NullHandler" ] "emergency" => array:1 [▶ "path" => "/home/forge/segrow-web.ict.lv/storage/logs/laravel.log" ] ] ] "mail" => array:4 [▶ "default" => "log" "mailers" => array:9 [▶ "smtp" => array:9 [▶ "transport" => "smtp" "url" => null "host" => "127.0.0.1" "port" => "2525" "encryption" => null "username" => null "password" => null "timeout" => null "local_domain" => null ] "ses" => array:1 [▶ "transport" => "ses" ] "postmark" => array:1 [▶ "transport" => "postmark" ] "resend" => array:1 [▶ "transport" => "resend" ] "sendmail" => array:2 [▶ "transport" => "sendmail" "path" => "/usr/sbin/sendmail -bs -i" ] "log" => array:2 [▶ "transport" => "log" "channel" => null ] "array" => array:1 [▶ "transport" => "array" ] "failover" => array:2 [▶ "transport" => "failover" "mailers" => array:2 [▶ 0 => "smtp" 1 => "log" ] ] "roundrobin" => array:2 [▶ "transport" => "roundrobin" "mailers" => array:2 [▶ 0 => "ses" 1 => "postmark" ] ] ] "from" => array:2 [▶ "address" => "hello@example.com" "name" => "Statamic" ] "markdown" => array:2 [▶ "theme" => "default" "paths" => array:1 [▶ 0 => "/home/forge/segrow-web.ict.lv/resources/views/vendor/mail" ] ] ] "queue" => array:4 [▶ "default" => "database" "connections" => array:5 [▶ "sync" => array:1 [▶ "driver" => "sync" ] "database" => array:6 [▶ "driver" => "database" "connection" => null "table" => "jobs" "queue" => "default" "retry_after" => 90 "after_commit" => false ] "beanstalkd" => array:6 [▶ "driver" => "beanstalkd" "host" => "localhost" "queue" => "default" "retry_after" => 90 "block_for" => 0 "after_commit" => false ] "sqs" => array:8 [▶ "driver" => "sqs" "key" => "" "secret" => "" "prefix" => "https://sqs.us-east-1.amazonaws.com/your-account-id" "queue" => "default" "suffix" => null "region" => "us-east-1" "after_commit" => false ] "redis" => array:6 [▶ "driver" => "redis" "connection" => "default" "queue" => "default" "retry_after" => 90 "block_for" => null "after_commit" => false ] ] "batching" => array:2 [▶ "database" => "mysql" "table" => "job_batches" ] "failed" => array:3 [▶ "driver" => "database-uuids" "database" => "mysql" "table" => "failed_jobs" ] ] "services" => array:4 [▶ "postmark" => array:1 [▶ "token" => null ] "ses" => array:3 [▶ "key" => "" "secret" => "" "region" => "us-east-1" ] "resend" => array:1 [▶ "key" => null ] "slack" => array:1 [▶ "notifications" => array:2 [▶ "bot_user_oauth_token" => null "channel" => null ] ] ] "session" => array:16 [▶ "driver" => "file" "lifetime" => "120" "expire_on_close" => false "encrypt" => false "files" => "/home/forge/segrow-web.ict.lv/storage/framework/sessions" "connection" => null "table" => "sessions" "store" => null "lottery" => array:2 [▶ 0 => 2 1 => 100 ] "cookie" => "statamic_session" "path" => "/" "domain" => null "secure" => null "http_only" => true "same_site" => "lax" "partitioned" => false ] "statamic" => array:20 [▶ "antlers" => array:4 [▶ "debugbar" => true "guardedVariables" => array:1 [▶ 0 => "config.app.key" ] "guardedTags" => [] "guardedModifiers" => [] ] "api" => array:7 [▶ "enabled" => false "resources" => array:7 [▶ "collections" => false "navs" => false "taxonomies" => false "assets" => false "globals" => false "forms" => false "users" => false ] "route" => "api" "middleware" => "api" "pagination_size" => 50 "cache" => array:1 [▶ "expiry" => 60 ] "excluded_keys" => [] ] "assets" => array:9 [▶ "image_manipulation" => array:6 [▶ "route" => "img" "secure" => true "driver" => "gd" "cache" => false "cache_path" => "/home/forge/segrow-web.ict.lv/public/img" "presets" => array:13 [▶ "xs-webp" => array:5 [▶ "w" => 320 "h" => 10000 "q" => 85 "fit" => "contain" "fm" => "webp" ] "sm-webp" => array:5 [▶ "w" => 480 "h" => 10000 "q" => 85 "fit" => "contain" "fm" => "webp" ] "md-webp" => array:5 [▶ "w" => 768 "h" => 10000 "q" => 85 "fit" => "contain" "fm" => "webp" ] "lg-webp" => array:5 [▶ "w" => 1280 "h" => 10000 "q" => 85 "fit" => "contain" "fm" => "webp" ] "xl-webp" => array:5 [▶ "w" => 1440 "h" => 10000 "q" => 95 "fit" => "contain" "fm" => "webp" ] "2xl-webp" => array:5 [▶ "w" => 1680 "h" => 10000 "q" => 95 "fit" => "contain" "fm" => "webp" ] "xs" => array:4 [▶ "w" => 320 "h" => 10000 "q" => 85 "fit" => "contain" ] "sm" => array:4 [▶ "w" => 480 "h" => 10000 "q" => 85 "fit" => "contain" ] "md" => array:4 [▶ "w" => 768 "h" => 10000 "q" => 85 "fit" => "contain" ] "lg" => array:4 [▶ "w" => 1280 "h" => 10000 "q" => 85 "fit" => "contain" ] "xl" => array:4 [▶ "w" => 1440 "h" => 10000 "q" => 95 "fit" => "contain" ] "2xl" => array:4 [▶ "w" => 1680 "h" => 10000 "q" => 95 "fit" => "contain" ] "og_image" => array:4 [▶ "w" => 1200 "h" => 630 "q" => 95 "fit" => "contain" ] ] ] "auto_crop" => true "thumbnails" => array:2 [▶ "max_width" => 10000 "max_height" => 10000 ] "google_docs_viewer" => false "cache_meta" => true "focal_point_editor" => true "lowercase" => true "additional_uploadable_extensions" => array:1 [▶ 0 => "ico" ] "svg_sanitization_on_upload" => true ] "autosave" => array:2 [▶ "enabled" => false "interval" => 5000 ] "cp" => array:16 [▶ "enabled" => true "route" => "cp" "start_page" => "dashboard" "widgets" => array:1 [▶ 0 => "getting_started" ] "date_format" => "Y-m-d" "pagination_size" => 50 "pagination_size_options" => array:5 [▶ 0 => 10 1 => 25 2 => 50 3 => 100 4 => 500 ] "link_to_docs" => true "support_url" => "https://statamic.com/support" "theme" => "rad" "custom_cms_name" => "Statamic" "custom_logo_url" => null "custom_dark_logo_url" => null "custom_favicon_url" => null "custom_css_url" => null "thumbnail_presets" => [] ] "editions" => array:2 [▶ "pro" => true "addons" => [] ] "forms" => array:4 [▶ "forms" => "/home/forge/segrow-web.ict.lv/resources/forms" "email_view_folder" => null "send_email_job" => "Statamic\Forms\SendEmail" "exporters" => array:2 [▶ "csv" => array:1 [▶ "class" => "Statamic\Forms\Exporters\CsvExporter" ] "json" => array:1 [▶ "class" => "Statamic\Forms\Exporters\JsonExporter" ] ] ] "git" => array:12 [▶ "enabled" => false "automatic" => false "queue_connection" => null "dispatch_delay" => 0 "use_authenticated" => true "user" => array:2 [▶ "name" => "Spock" "email" => "spock@example.com" ] "paths" => array:9 [▶ 0 => "/home/forge/segrow-web.ict.lv/content" 1 => "/home/forge/segrow-web.ict.lv/users" 2 => "/home/forge/segrow-web.ict.lv/resources/blueprints" 3 => "/home/forge/segrow-web.ict.lv/resources/fieldsets" 4 => "/home/forge/segrow-web.ict.lv/resources/forms" 5 => "/home/forge/segrow-web.ict.lv/resources/users" 6 => "/home/forge/segrow-web.ict.lv/resources/preferences.yaml" 7 => "/home/forge/segrow-web.ict.lv/storage/forms" 8 => "/home/forge/segrow-web.ict.lv/public/assets" ] "binary" => "git" "commands" => array:2 [▶ 0 => "{{ git }} add {{ paths }}" 1 => "{{ git }} -c "user.name={{ name }}" -c "user.email={{ email }}" commit -m "{{ message }}"" ] "push" => false "ignored_events" => [] "locale" => null ] "graphql" => array:5 [▶ "enabled" => false "resources" => array:8 [▶ "collections" => false "navs" => false "taxonomies" => false "assets" => false "globals" => false "forms" => false "sites" => false "users" => false ] "queries" => [] "middleware" => [] "cache" => array:1 [▶ "expiry" => 60 ] ] "live_preview" => array:2 [▶ "devices" => array:3 [▶ "Laptop" => array:2 [▶ "width" => 1440 "height" => 900 ] "Tablet" => array:2 [▶ "width" => 1024 "height" => 786 ] "Mobile" => array:2 [▶ "width" => 375 "height" => 812 ] ] "inputs" => [] ] "markdown" => array:1 [▶ "configs" => array:1 [▶ "default" => [] ] ] "oauth" => array:5 [▶ "enabled" => false "email_login_enabled" => true "providers" => [] "routes" => array:2 [▶ "login" => "oauth/{provider}" "callback" => "oauth/{provider}/callback" ] "remember_me" => true ] "protect" => array:2 [▶ "default" => null "schemes" => array:3 [▶ "ip_address" => array:2 [▶ "driver" => "ip_address" "allowed" => array:1 [▶ 0 => "127.0.0.1" ] ] "logged_in" => array:3 [▶ "driver" => "auth" "login_url" => "/login" "append_redirect" => true ] "password" => array:3 [▶ "driver" => "password" "allowed" => array:1 [▶ 0 => "secret" ] "form_url" => null ] ] ] "revisions" => array:2 [▶ "enabled" => true "path" => "/home/forge/segrow-web.ict.lv/storage/statamic/revisions" ] "routes" => array:4 [▶ "enabled" => true "bindings" => false "action" => "!" "middleware" => "web" ] "search" => array:4 [▶ "default" => "default" "indexes" => array:1 [▶ "agents" => array:3 [▶ "driver" => "local" "searchables" => "collection:agents" "fields" => array:4 [▶ 0 => "title" 1 => "position" 2 => "content" 3 => "slug" ] ] ] "drivers" => array:2 [▶ "local" => array:1 [▶ "path" => "/home/forge/segrow-web.ict.lv/storage/statamic/search" ] "algolia" => array:1 [▶ "credentials" => array:2 [▶ "id" => "" "secret" => "" ] ] ] "defaults" => array:1 [▶ "fields" => array:1 [▶ 0 => "title" ] ] ] "stache" => array:4 [▶ "watcher" => true "stores" => array:8 [▶ "taxonomies" => array:2 [▶ "class" => "Statamic\Stache\Stores\TaxonomiesStore" "directory" => "/home/forge/segrow-web.ict.lv/content/taxonomies" ] "terms" => array:2 [▶ "class" => "Statamic\Stache\Stores\TermsStore" "directory" => "/home/forge/segrow-web.ict.lv/content/taxonomies" ] "collections" => array:2 [▶ "class" => "Statamic\Stache\Stores\CollectionsStore" "directory" => "/home/forge/segrow-web.ict.lv/content/collections" ] "entries" => array:2 [▶ "class" => "Statamic\Stache\Stores\EntriesStore" "directory" => "/home/forge/segrow-web.ict.lv/content/collections" ] "navigation" => array:2 [▶ "class" => "Statamic\Stache\Stores\NavigationStore" "directory" => "/home/forge/segrow-web.ict.lv/content/navigation" ] "globals" => array:2 [▶ "class" => "Statamic\Stache\Stores\GlobalsStore" "directory" => "/home/forge/segrow-web.ict.lv/content/globals" ] "asset-containers" => array:2 [▶ "class" => "Statamic\Stache\Stores\AssetContainersStore" "directory" => "/home/forge/segrow-web.ict.lv/content/assets" ] "users" => array:2 [▶ "class" => "Statamic\Stache\Stores\UsersStore" "directory" => "/home/forge/segrow-web.ict.lv/users" ] ] "indexes" => [] "lock" => array:2 [▶ "enabled" => true "timeout" => 30 ] ] "static_caching" => array:7 [▶ "strategy" => null "strategies" => array:2 [▶ "half" => array:2 [▶ "driver" => "application" "expiry" => null ] "full" => array:4 [▶ "driver" => "file" "path" => "/home/forge/segrow-web.ict.lv/public/static" "lock_hold_length" => 0 "permissions" => array:2 [▶ "directory" => 493 "file" => 420 ] ] ] "exclude" => array:2 [▶ "class" => null "urls" => [] ] "invalidation" => array:2 [▶ "class" => null "rules" => [] ] "ignore_query_strings" => false "replacers" => array:2 [▶ 0 => "Statamic\StaticCaching\Replacers\CsrfTokenReplacer" 1 => "Statamic\StaticCaching\Replacers\NoCacheReplacer" ] "warm_queue" => null ] "system" => array:17 [▶ "license_key" => "" "multisite" => true "addons_path" => "/home/forge/segrow-web.ict.lv/addons" "send_powered_by_header" => true "date_format" => "F jS, Y" "charset" => "UTF-8" "track_last_update" => true "cache_tags_enabled" => true "php_memory_limit" => "-1" "php_max_execution_time" => "0" "ajax_timeout" => "600000" "pcre_backtrack_limit" => "-1" "debugbar" => array:1 [▶ "pretty_print_variables" => true ] "ascii_replace_extra_symbols" => false "update_references" => true "row_id_handle" => "id" "fake_sql_queries" => true ] "users" => array:14 [▶ "repository" => "file" "repositories" => array:2 [▶ "file" => array:2 [▶ "driver" => "file" "paths" => array:3 [▶ "users" => "/home/forge/segrow-web.ict.lv/users" "roles" => "/home/forge/segrow-web.ict.lv/resources/users/roles.yaml" "groups" => "/home/forge/segrow-web.ict.lv/resources/users/groups.yaml" ] ] "eloquent" => array:1 [▶ "driver" => "eloquent" ] ] "avatars" => "initials" "new_user_roles" => [] "new_user_groups" => [] "registration_form_honeypot_field" => null "wizard_invitation" => true "passwords" => array:2 [▶ "resets" => "users" "activations" => "users" ] "database" => "mysql" "tables" => array:3 [▶ "users" => "users" "role_user" => "role_user" "group_user" => "group_user" ] "guards" => array:2 [▶ "cp" => "web" "web" => "web" ] "impersonate" => array:2 [▶ "enabled" => true "redirect" => null ] "sort_field" => "email" "sort_direction" => "asc" ] ] "broadcasting" => array:2 [▶ "default" => "log" "connections" => array:5 [▶ "reverb" => array:6 [▶ "driver" => "reverb" "key" => null "secret" => null "app_id" => null "options" => array:4 [▶ "host" => null "port" => 443 "scheme" => "https" "useTLS" => true ] "client_options" => [] ] "pusher" => array:6 [▶ "driver" => "pusher" "key" => null "secret" => null "app_id" => null "options" => array:6 [▶ "cluster" => null "host" => "api-mt1.pusher.com" "port" => 443 "scheme" => "https" "encrypted" => true "useTLS" => true ] "client_options" => [] ] "ably" => array:2 [▶ "driver" => "ably" "key" => null ] "log" => array:1 [▶ "driver" => "log" ] "null" => array:1 [▶ "driver" => "null" ] ] ] "view" => array:2 [▶ "paths" => array:1 [▶ 0 => "/home/forge/segrow-web.ict.lv/resources/views" ] "compiled" => "/home/forge/segrow-web.ict.lv/storage/framework/views" ] "cors" => array:8 [▶ "paths" => array:2 [▶ 0 => "api/*" 1 => "sanctum/csrf-cookie" ] "allowed_methods" => array:1 [▶ 0 => "*" ] "allowed_origins" => array:1 [▶ 0 => "*" ] "allowed_origins_patterns" => [] "allowed_headers" => array:1 [▶ 0 => "*" ] "exposed_headers" => [] "max_age" => 0 "supports_credentials" => false ] "hashing" => array:4 [▶ "driver" => "bcrypt" "bcrypt" => array:2 [▶ "rounds" => "12" "verify" => true ] "argon" => array:4 [▶ "memory" => 65536 "threads" => 1 "time" => 4 "verify" => true ] "rehash_on_login" => true ] "archetype" => array:4 [▶ "roots" => array:3 [▶ "input" => array:2 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv" ] "output" => array:2 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv" ] "debug" => array:2 [▶ "driver" => "local" "root" => "/home/forge/segrow-web.ict.lv/storage/archetype/debug" ] ] "ignored_paths" => array:4 [▶ 0 => "node_modules" 1 => "vendor" 2 => "_ide_helper.php" 3 => ".git" ] "snippets_path" => "resources/snippets" "locations" => array:10 [▶ "namespace_map" => array:1 [▶ "app" => "App" ] "app_path" => "app" "app_namespace" => "App" "file_root" => "" "class_root" => "" "commands_root" => "app/HTTP/Controllers" "controllers_root" => "app/HTTP/Controllers" "factories_root" => "database/factories" "migrations_root" => "database/migrations" "models_root" => "app/Models" ] ] "debugbar" => array:21 [▶ "enabled" => null "except" => array:2 [▶ 0 => "telescope*" 1 => "horizon*" ] "storage" => array:8 [▶ "enabled" => true "open" => null "driver" => "file" "path" => "/home/forge/segrow-web.ict.lv/storage/debugbar" "connection" => null "provider" => "" "hostname" => "127.0.0.1" "port" => 2304 ] "editor" => "phpstorm" "remote_sites_path" => null "local_sites_path" => null "include_vendors" => true "capture_ajax" => true "add_ajax_timing" => false "ajax_handler_auto_show" => true "ajax_handler_enable_tab" => true "error_handler" => false "clockwork" => false "collectors" => array:24 [▶ "phpinfo" => true "messages" => true "time" => true "memory" => true "exceptions" => true "log" => true "db" => true "views" => true "route" => true "auth" => false "gate" => true "session" => true "symfony_request" => true "mail" => true "laravel" => false "events" => false "default_request" => false "logs" => false "files" => false "config" => false "cache" => false "models" => true "livewire" => true "jobs" => false ] "options" => array:13 [▶ "time" => array:1 [▶ "memory_usage" => false ] "messages" => array:1 [▶ "trace" => true ] "memory" => array:3 [▶ "reset_peak" => false "with_baseline" => false "precision" => 0 ] "auth" => array:2 [▶ "show_name" => true "show_guards" => true ] "db" => array:12 [▶ "with_params" => true "backtrace" => true "backtrace_exclude_paths" => [] "timeline" => false "duration_background" => true "explain" => array:2 [▶ "enabled" => false "types" => array:1 [▶ 0 => "SELECT" ] ] "hints" => false "show_copy" => false "slow_threshold" => false "memory_usage" => false "soft_limit" => 100 "hard_limit" => 500 ] "mail" => array:2 [▶ "timeline" => false "show_body" => true ] "views" => array:4 [▶ "timeline" => false "data" => false "group" => 50 "exclude_paths" => array:1 [▶ 0 => "vendor/filament" ] ] "route" => array:1 [▶ "label" => true ] "session" => array:1 [▶ "hiddens" => [] ] "symfony_request" => array:1 [▶ "hiddens" => [] ] "events" => array:1 [▶ "data" => false ] "logs" => array:1 [▶ "file" => null ] "cache" => array:1 [▶ "values" => true ] ] "inject" => true "route_prefix" => "_debugbar" "route_middleware" => [] "route_domain" => null "theme" => "auto" "debug_backtrace_limit" => 50 ] "image" => array:1 [▶ "driver" => "gd" ] "flare" => array:3 [▶ "key" => null "flare_middleware" => array:13 [▶ 0 => "Spatie\FlareClient\FlareMiddleware\RemoveRequestIp" 1 => "Spatie\FlareClient\FlareMiddleware\AddGitInformation" 2 => "Spatie\LaravelIgnition\FlareMiddleware\AddNotifierName" 3 => "Spatie\LaravelIgnition\FlareMiddleware\AddEnvironmentInformation" 4 => "Spatie\LaravelIgnition\FlareMiddleware\AddExceptionInformation" 5 => "Spatie\LaravelIgnition\FlareMiddleware\AddDumps" "Spatie\LaravelIgnition\FlareMiddleware\AddLogs" => array:1 [▶ "maximum_number_of_collected_logs" => 200 ] "Spatie\LaravelIgnition\FlareMiddleware\AddQueries" => array:2 [▶ "maximum_number_of_collected_queries" => 200 "report_query_bindings" => true ] "Spatie\LaravelIgnition\FlareMiddleware\AddJobs" => array:1 [▶ "max_chained_job_reporting_depth" => 5 ] 6 => "Spatie\LaravelIgnition\FlareMiddleware\AddContext" 7 => "Spatie\LaravelIgnition\FlareMiddleware\AddExceptionHandledStatus" "Spatie\FlareClient\FlareMiddleware\CensorRequestBodyFields" => array:1 [▶ "censor_fields" => array:2 [▶ 0 => "password" 1 => "password_confirmation" ] ] "Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders" => array:1 [▶ "headers" => array:6 [▶ 0 => "API-KEY" 1 => "Authorization" 2 => "Cookie" 3 => "Set-Cookie" 4 => "X-CSRF-TOKEN" 5 => "X-XSRF-TOKEN" ] ] ] "send_logs_as_events" => true ] "ignition" => array:15 [▶ "editor" => "phpstorm" "theme" => "auto" "enable_share_button" => true "register_commands" => false "solution_providers" => array:22 [▶ 0 => "Spatie\Ignition\Solutions\SolutionProviders\BadMethodCallSolutionProvider" 1 => "Spatie\Ignition\Solutions\SolutionProviders\MergeConflictSolutionProvider" 2 => "Spatie\Ignition\Solutions\SolutionProviders\UndefinedPropertySolutionProvider" 3 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider" 4 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingAppKeySolutionProvider" 5 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\DefaultDbNameSolutionProvider" 6 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\TableNotFoundSolutionProvider" 7 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingImportSolutionProvider" 8 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\InvalidRouteActionSolutionProvider" 9 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\ViewNotFoundSolutionProvider" 10 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\RunningLaravelDuskInProductionProvider" 11 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingColumnSolutionProvider" 12 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UnknownValidationSolutionProvider" 13 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingMixManifestSolutionProvider" 14 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingViteManifestSolutionProvider" 15 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingLivewireComponentSolutionProvider" 16 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UndefinedViewVariableSolutionProvider" 17 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\GenericLaravelExceptionSolutionProvider" 18 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\OpenAiSolutionProvider" 19 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\SailNetworkSolutionProvider" 20 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UnknownMysql8CollationSolutionProvider" 21 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UnknownMariadbCollationSolutionProvider" ] "ignored_solution_providers" => [] "enable_runnable_solutions" => null "remote_sites_path" => "/home/forge/segrow-web.ict.lv" "local_sites_path" => "" "housekeeping_endpoint_prefix" => "_ignition" "settings_file_path" => "" "recorders" => array:4 [▶ 0 => "Spatie\LaravelIgnition\Recorders\DumpRecorder\DumpRecorder" 1 => "Spatie\LaravelIgnition\Recorders\JobRecorder\JobRecorder" 2 => "Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder" 3 => "Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder" ] "open_ai_key" => null "with_stack_frame_arguments" => true "argument_reducers" => array:11 [▶ 0 => "Spatie\Backtrace\Arguments\Reducers\BaseTypeArgumentReducer" 1 => "Spatie\Backtrace\Arguments\Reducers\ArrayArgumentReducer" 2 => "Spatie\Backtrace\Arguments\Reducers\StdClassArgumentReducer" 3 => "Spatie\Backtrace\Arguments\Reducers\EnumArgumentReducer" 4 => "Spatie\Backtrace\Arguments\Reducers\ClosureArgumentReducer" 5 => "Spatie\Backtrace\Arguments\Reducers\DateTimeArgumentReducer" 6 => "Spatie\Backtrace\Arguments\Reducers\DateTimeZoneArgumentReducer" 7 => "Spatie\Backtrace\Arguments\Reducers\SymphonyRequestArgumentReducer" 8 => "Spatie\LaravelIgnition\ArgumentReducers\ModelArgumentReducer" 9 => "Spatie\LaravelIgnition\ArgumentReducers\CollectionArgumentReducer" 10 => "Spatie\Backtrace\Arguments\Reducers\StringableArgumentReducer" ] ] "blade" => array:1 [▶ "validation" => array:5 [▶ "core_validators" => array:19 [▶ 0 => "Stillat\BladeParser\Validation\Validators\UnpairedConditionValidator" 1 => "Stillat\BladeParser\Validation\Validators\EmptyConditionValidator" 2 => "Stillat\BladeParser\Validation\Validators\RequiredArgumentsValidator" 3 => "Stillat\BladeParser\Validation\Validators\DirectiveArgumentSpacingValidator" 4 => "Stillat\BladeParser\Validation\Validators\NoArgumentsValidator" 5 => "Stillat\BladeParser\Validation\Validators\DuplicateConditionExpressionsValidator" 6 => "Stillat\BladeParser\Validation\Validators\ForElseStructureValidator" 7 => "Stillat\BladeParser\Validation\Validators\SwitchValidator" 8 => "Stillat\BladeParser\Validation\Validators\InconsistentDirectiveCasingValidator" 9 => "Stillat\BladeParser\Validation\Validators\RequiresOpenValidator" 10 => "Stillat\BladeParser\Validation\Validators\DirectiveSpacingValidator" 11 => "Stillat\BladeParser\Validation\Validators\DirectiveArgumentsSpanningLinesValidator" 12 => "Stillat\BladeParser\Validation\Validators\NodeCompilationValidator" 13 => "Stillat\BladeParser\Validation\Validators\Documents\InvalidPhpDocumentValidator" 14 => "Stillat\BladeParser\Validation\Validators\InconsistentIndentationLevelValidator" 15 => "Stillat\BladeParser\Validation\Validators\DebugDirectiveValidator" 16 => "Stillat\BladeParser\Validation\Validators\ComponentParameterNameSpacingValidator" 17 => "Stillat\BladeParser\Validation\Validators\ComponentShorthandVariableParameterValidator" 18 => "Stillat\BladeParser\Validation\Validators\RecursiveIncludeValidator" ] "phpstan" => array:1 [▶ "enabled" => true ] "ignore_directives" => [] "custom_directives" => [] "options" => array:12 [▶ "Stillat\BladeParser\Validation\Validators\DirectiveArgumentSpacingValidator" => array:2 [▶ "expected_spacing" => 1 "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\UnpairedConditionValidator" => array:1 [▶ "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\DuplicateConditionExpressionsValidator" => array:1 [▶ "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\EmptyConditionValidator" => array:1 [▶ "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\NoArgumentsValidator" => array:2 [▶ "ignore_directives" => [] "custom_directives" => [] ] "Stillat\BladeParser\Validation\Validators\RequiredArgumentsValidator" => array:2 [▶ "ignore_directives" => [] "custom_directives" => [] ] "Stillat\BladeParser\Validation\Validators\InconsistentDirectiveCasingValidator" => array:2 [▶ "ignore_directives" => [] "custom_directives" => [] ] "Stillat\BladeParser\Validation\Validators\RequiresOpenValidator" => array:2 [▶ "ignore_directives" => [] "custom_directives" => [] ] "Stillat\BladeParser\Validation\Validators\DirectiveSpacingValidator" => array:1 [▶ "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\DirectiveArgumentsSpanningLinesValidator" => array:2 [▶ "max_line_span" => 1 "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\NodeCompilationValidator" => array:1 [▶ "ignore_directives" => [] ] "Stillat\BladeParser\Validation\Validators\DebugDirectiveValidator" => array:2 [▶ "ignore_directives" => [] "custom_directives" => [] ] ] ] ] "graphql" => array:17 [▶ "route" => false "default_schema" => "default" "batching" => array:1 [▶ "enable" => true ] "schemas" => array:1 [▶ "default" => "Statamic\GraphQL\DefaultSchema" ] "types" => [] "error_formatter" => array:2 [▶ 0 => "Rebing\GraphQL\GraphQL" 1 => "formatError" ] "errors_handler" => array:2 [▶ 0 => "Rebing\GraphQL\GraphQL" 1 => "handleErrors" ] "security" => array:3 [▶ "query_max_complexity" => null "query_max_depth" => null "disable_introspection" => false ] "pagination_type" => "Rebing\GraphQL\Support\PaginationType" "simple_pagination_type" => "Rebing\GraphQL\Support\SimplePaginationType" "defaultFieldResolver" => null "headers" => [] "json_encoding_options" => 0 "apq" => array:4 [▶ "enable" => false "cache_driver" => "statamic" "cache_prefix" => ":graphql.apq" "cache_ttl" => 300 ] "execution_middleware" => array:3 [▶ 0 => "Rebing\GraphQL\Support\ExecutionMiddleware\ValidateOperationParamsMiddleware" 1 => "Rebing\GraphQL\Support\ExecutionMiddleware\AutomaticPersistedQueriesMiddleware" 2 => "Rebing\GraphQL\Support\ExecutionMiddleware\AddAuthUserContextValueMiddleware" ] "resolver_middleware_append" => null "graphiql" => array:1 [▶ "display" => false ] ] "tinker" => array:3 [▶ "commands" => [] "alias" => [] "dont_alias" => array:1 [▶ 0 => "App\Nova" ] ] ]
0 of 0Statamic\Fields\Value {#2542 ▼ -resolver: null #raw: """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ #handle: "content" #fieldtype: Statamic\Fieldtypes\Textarea {#12834 ▶ #field: Statamic\Fields\Field {#12832 ▶ #handle: "content" #prefix: null #config: array:3 [▶ "type" => "textarea" "display" => "Content" "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
"https://segrow-web.ict.lv/cp"
0 of 0Illuminate\Support\HtmlString {#691 ▼ #html: "<input type="hidden" name="_token" value="uMSVQHMaOfVEGKLOTgKlJrr7v2KHC5RWztISgHZk" autocomplete="off">" }
"uMSVQHMaOfVEGKLOTgKlJrr7v2KHC5RWztISgHZk"
0 of 0Illuminate\Support\Carbon @1744063786 {#2499 ▼ #endOfTime: false #startOfTime: false #constructedObjectId: "00000000000009c30000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-04-07 22:09:46.447578 UTC (+00:00) }
"https://segrow-web.ict.lv/ipasumi/zvejniekciems-sell-63000-eur"
"layout"
"properties/show"
"/ipasumi/zvejniekciems-sell-63000-eur"
"https://segrow-web.ict.lv/ipasumi/zvejniekciems-sell-63000-eur"
null
0 of 0Statamic\Fields\Value {#2571 ▼ -resolver: Closure(Value $value) {#2543 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "date" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "date" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2560 ▼ -resolver: Closure(Value $value) {#2557 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "edit_url" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "edit_url" #fieldtype: null #augmentable: null #shallow: false }
"production"
0 of 0Statamic\Fields\Value {#2564 ▼ -resolver: Closure(Value $value) {#2566 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "external_id" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "external_id" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2441 ▼ -resolver: null #raw: "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" #handle: "featured_image" #fieldtype: Statamic\Fieldtypes\Assets\Assets {#4769 ▶ #field: Statamic\Fields\Field {#4767 ▶ #handle: "featured_image" #prefix: null #config: array:8 [▶ "mode" => "grid" "container" => "assets" "max_files" => 1 "display" => "Featured Image" "type" => "assets" "always_save" => false "validate" => array:1 [▶ 0 => "required" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:2 [▶ 0 => "media" 1 => "relationship" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2488 ▼ -resolver: Closure(Value $value) {#2567 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "forms" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "forms" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2462 ▼ -resolver: null #raw: array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] #handle: "gallery" #fieldtype: Statamic\Fieldtypes\Assets\Assets {#7770 ▶ #field: Statamic\Fields\Field {#7773 ▶ #handle: "gallery" #prefix: null #config: array:6 [▶ "mode" => "grid" "container" => "assets" "display" => "Gallery" "type" => "assets" "always_save" => false "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:2 [▶ 0 => "media" 1 => "relationship" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
[]
[]
0 of 0Statamic\Fields\Value {#2448 ▼ -resolver: null #raw: null #handle: "has_content" #fieldtype: Statamic\Fieldtypes\Toggle {#8657 ▶ #field: Statamic\Fields\Field {#8649 ▶ #handle: "has_content" #prefix: null #config: array:6 [▶ "display" => "Has Content" "type" => "toggle" "width" => 50 "always_save" => false "if" => array:1 [▶ "variants" => "equals contact" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: false #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
"/"
0 of 0Statamic\Fields\Value {#2437 ▼ -resolver: null #raw: "ba165659-0583-4e17-b907-3446838da054" #handle: "id" #fieldtype: null #augmentable: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #shallow: false }
0 of 0Statamic\Fields\Value {#2489 ▼ -resolver: Closure(Value $value) {#2433 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "is_entry" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "is_entry" #fieldtype: null #augmentable: null #shallow: false }
false
0 of 0Statamic\Fields\Value {#2562 ▼ -resolver: Closure(Value $value) {#2531 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "last_modified" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "last_modified" #fieldtype: null #augmentable: null #shallow: false }
"zvejniekciems-sell-63000-eur"
0 of 0Statamic\Fields\Value {#2558 ▼ -resolver: null #raw: 57.3270619 #handle: "latitude" #fieldtype: Statamic\Fieldtypes\Text {#9795 ▶ #field: Statamic\Fields\Field {#9827 ▶ #handle: "latitude" #prefix: null #config: array:6 [▶ "display" => "Latitude" "type" => "text" "width" => 50 "always_save" => false "validate" => array:1 [▶ 0 => "numeric" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2555 ▼ -resolver: null #raw: "lv" #handle: "locale" #fieldtype: null #augmentable: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #shallow: false }
false
true
0 of 0Statamic\Fields\Value {#2552 ▼ -resolver: null #raw: 24.4231737 #handle: "longitude" #fieldtype: Statamic\Fieldtypes\Text {#2483 ▶ #field: Statamic\Fields\Field {#9828 ▶ #handle: "longitude" #prefix: null #config: array:6 [▶ "display" => "Longitude" "type" => "text" "width" => 50 "always_save" => false "validate" => array:1 [▶ 0 => "numeric" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2546 ▼ -resolver: Closure(Value $value) {#2551 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "map_title" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "map_title" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2561 ▼ -resolver: Closure(Value $value) {#2432 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "meta" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "meta" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2569 ▼ -resolver: Closure(Value $value) {#2556 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "mount" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "mount" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Illuminate\Support\Carbon @1744063786 {#2499 ▼ #endOfTime: false #startOfTime: false #constructedObjectId: "00000000000009c30000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-04-07 22:09:46.447578 UTC (+00:00) }
[]
0 of 0Statamic\Fields\Value {#2572 ▼ -resolver: Closure(Value $value) {#2592 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "order" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "order" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2594 ▼ -resolver: Closure(Value $value) {#2573 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "origin_id" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "origin_id" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Entries\Entry {#2524 ▼ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" }
0 of 0Statamic\Fields\Value {#2596 ▼ -resolver: null #raw: "https://segrow-web.ict.lv/ipasumi/zvejniekciems-sell-63000-eur" #handle: "permalink" #fieldtype: null #augmentable: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #shallow: false }
[]
0 of 0Statamic\Fields\Value {#2598 ▼ -resolver: null #raw: 63000 #handle: "price" #fieldtype: Statamic\Fieldtypes\Text {#8584 ▶ #field: Statamic\Fields\Field {#8594 ▶ #handle: "price" #prefix: null #config: array:7 [▶ "display" => "Price" "type" => "text" "width" => 50 "always_save" => false "instructions" => "ex: `5000`" "validate" => array:1 [▶ 0 => "required" ] "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2600 ▼ -resolver: Closure(Value $value) {#2599 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "private" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "private" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2602 ▼ -resolver: null #raw: array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] #handle: "property_features" #fieldtype: Statamic\Fieldtypes\Grid {#12154 ▶ #field: Statamic\Fields\Field {#12151 ▶ #handle: "property_features" #prefix: null #config: array:4 [▶ "type" => "grid" "display" => "Property Features" "localizable" => true "fields" => array:3 [▶ 0 => array:2 [▶ "handle" => "icon" "field" => array:9 [▶ "type" => "icon" "display" => "Icon" "icon" => "icon_picker" "width" => 33 "listable" => "hidden" "instructions_position" => "above" "visibility" => "visible" "hide_display" => false "directory" => "resources/svg/property_features" ] ] 1 => array:2 [▶ "handle" => "type" "field" => array:15 [▶ "options" => array:4 [▶ "bedrooms" => "Bedrooms" "bathrooms" => "Bathrooms" "property_size" => "Property Size" "style" => "Style" ] "taggable" => false "push_tags" => false "multiple" => false "clearable" => false "searchable" => true "cast_booleans" => false "type" => "select" "display" => "Type" "icon" => "select" "width" => 33 "listable" => "hidden" "instructions_position" => "above" "visibility" => "visible" "hide_display" => false ] ] 2 => array:2 [▶ "handle" => "description" "field" => array:10 [▶ "input_type" => "text" "antlers" => false "type" => "text" "display" => "Description" "icon" => "text" "width" => 33 "listable" => "hidden" "instructions_position" => "above" "visibility" => "visible" "hide_display" => false ] ] ] ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: false #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "structured" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2604 ▼ -resolver: Closure(Value $value) {#2603 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "property_status" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "property_status" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2606 ▼ -resolver: Closure(Value $value) {#2605 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "published" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "published" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2608 ▼ -resolver: null #raw: "Zvejniekciems" #handle: "region" #fieldtype: Statamic\Fieldtypes\Text {#12115 ▶ #field: Statamic\Fields\Field {#12118 ▶ #handle: "region" #prefix: null #config: array:4 [▶ "type" => "text" "display" => "Region" "width" => 50 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
200
0 of 0Statamic\Fields\Value {#2610 ▼ -resolver: Closure(Value $value) {#2609 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "rich_text" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "rich_text" #fieldtype: null #augmentable: null #shallow: false }
""
"ipasumi"
"zvejniekciems-sell-63000-eur"
0 of 0Statamic\Globals\Variables {#2363 ▼ #set: "seo" #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #data: Illuminate\Support\Collection {#2523 ▶ #items: array:10 [▶ "sitename" => "Estater" "append_on_title" => "Estater" "meta_description" => "Nekustamo īpašumu aģentūra – Tavs ceļvedis Latvijas nekustamā īpašuma tirgū" "display_og_tags" => true "og_site_name" => "Estater" "og_site_title" => "Nekustamo īpašumu aģentūra – Tavs ceļvedis Latvijas nekustamā īpašuma tirgū" "og_image" => "logo.svg" "display_twitter_tags" => true "sitemap_change_frequency" => "weekly" "sitemap_priority" => 0.5 ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2355 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/globals/lv/seo.yaml" #origin: null -cachedKeys: null #selectedQueryRelations: [] }
0 of 0Statamic\Fields\Value {#2612 ▼ -resolver: null #raw: null #handle: "seo_canonical" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#14766 ▶ #field: Statamic\Fields\Field {#14728 ▶ #handle: "seo_canonical" #prefix: null #config: array:8 [▶ "options" => array:3 [▶ "none" => "None" "url" => "URL" "entry" => "Entry" ] "default" => "none" "display" => "Canonical" "type" => "button_group" "instructions" => "By default it will be set to the page url" "width" => 33 "always_save" => false "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2614 ▼ -resolver: Closure(Value $value) {#2613 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_canonical_custom_entry" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_canonical_custom_entry" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2616 ▼ -resolver: Closure(Value $value) {#2615 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_canonical_url" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_canonical_url" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2618 ▼ -resolver: Closure(Value $value) {#2617 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_meta_description" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_meta_description" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2620 ▼ -resolver: Closure(Value $value) {#2619 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_meta_title" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_meta_title" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2622 ▼ -resolver: Closure(Value $value) {#2621 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_og_desc" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_og_desc" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2624 ▼ -resolver: Closure(Value $value) {#2623 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_og_title" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_og_title" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2626 ▼ -resolver: Closure(Value $value) {#2625 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_tw_desc" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_tw_desc" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2628 ▼ -resolver: Closure(Value $value) {#2627 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_custom_tw_title" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_custom_tw_title" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2630 ▼ -resolver: null #raw: null #handle: "seo_meta_description" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#13683 ▶ #field: Statamic\Fields\Field {#14869 ▶ #handle: "seo_meta_description" #prefix: null #config: array:8 [▶ "options" => array:3 [▶ "empty" => "Empty" "general" => "General" "custom" => "Custom" ] "default" => "empty" "display" => "Meta Description" "type" => "button_group" "instructions" => "It can be used to determine the text used under the title on search engine results pages. If empty, search engines will automatically generate this text." "always_save" => false "width" => 50 "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2632 ▼ -resolver: null #raw: null #handle: "seo_og_description" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#14376 ▶ #field: Statamic\Fields\Field {#14377 ▶ #handle: "seo_og_description" #prefix: null #config: array:7 [▶ "options" => array:3 [▶ "meta" => "Meta Description" "general" => "General Description" "custom" => "Custom" ] "default" => "general" "display" => "Open Graph Description" "type" => "button_group" "always_save" => false "width" => 50 "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2634 ▼ -resolver: null #raw: null #handle: "seo_og_image" #fieldtype: Statamic\Fieldtypes\Assets\Assets {#14283 ▶ #field: Statamic\Fields\Field {#14410 ▶ #handle: "seo_og_image" #prefix: null #config: array:6 [▶ "container" => "assets" "display" => "OG Image" "type" => "assets" "instructions" => "If not set, the general image will be used. It's best to use an image with a 1.91:1 aspect ratio that is at least 1200px wide for universal support. The image will be resized to 1200 width. ◀If not set, the general image will be used. It's best to use an image with a 1.91:1 aspect ratio that is at least 1200px wide for universal support. The image w ▶" "always_save" => false "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:2 [▶ 0 => "media" 1 => "relationship" ] #rules: [] #extraRules: [] #defaultValue: [] #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2636 ▼ -resolver: null #raw: null #handle: "seo_og_title" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#14287 ▶ #field: Statamic\Fields\Field {#14286 ▶ #handle: "seo_og_title" #prefix: null #config: array:7 [▶ "options" => array:2 [▶ "title" => "Title" "custom" => "Custom" ] "default" => "title" "display" => "Open Graph Title" "type" => "button_group" "always_save" => false "width" => 50 "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2638 ▼ -resolver: null #raw: null #handle: "seo_title" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#13678 ▶ #field: Statamic\Fields\Field {#13698 ▶ #handle: "seo_title" #prefix: null #config: array:8 [▶ "options" => array:2 [▶ "title" => "Title" "custom" => "Custom" ] "display" => "Title" "type" => "button_group" "instructions" => "It can be used to determine the title used on search engine results pages." "always_save" => false "default" => "title" "width" => 50 "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2640 ▼ -resolver: Closure(Value $value) {#2639 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "seo_tw_description" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "seo_tw_description" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2642 ▼ -resolver: null #raw: null #handle: "seo_tw_title" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#14971 ▶ #field: Statamic\Fields\Field {#14970 ▶ #handle: "seo_tw_title" #prefix: null #config: array:7 [▶ "options" => array:2 [▶ "title" => "Title" "custom" => "Custom" ] "default" => "title" "display" => "Twitter Title" "type" => "button_group" "always_save" => false "width" => 50 "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2644 ▼ -resolver: Closure(Value $value) {#2643 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "show_featured_badge" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "show_featured_badge" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2646 ▼ -resolver: Closure(Value $value) {#2645 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "show_status" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "show_status" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Sites\Site {#594 ▼ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] }
0 of 0Illuminate\Support\Collection {#2496 ▼ #items: array:3 [▶ 0 => Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } 1 => Statamic\Sites\Site {#597 ▶ #handle: "en" #config: array:3 [▶ "name" => "English" "url" => "/en" "locale" => "en_US" ] #rawConfig: array:3 [▶ "name" => "English" "url" => "/en" "locale" => "en_US" ] } 2 => Statamic\Sites\Site {#608 ▶ #handle: "ru" #config: array:3 [▶ "name" => "Русский" "url" => "/ru" "locale" => "ru_RU" ] #rawConfig: array:3 [▶ "name" => "Русский" "url" => "/ru" "locale" => "ru_RU" ] } ] #escapeWhenCastingToString: false }
0 of 0Statamic\Fields\Value {#2648 ▼ -resolver: Closure(Value $value) {#2647 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "slug" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "slug" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2650 ▼ -resolver: Closure(Value $value) {#2649 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "social" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "social" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2652 ▼ -resolver: Closure(Value $value) {#2651 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "status" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "status" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2654 ▼ -resolver: null #raw: "Muižas iela" #handle: "street_number_1" #fieldtype: Statamic\Fieldtypes\Text {#12069 ▶ #field: Statamic\Fields\Field {#12072 ▶ #handle: "street_number_1" #prefix: null #config: array:4 [▶ "type" => "text" "display" => "Street Number 1" "width" => 50 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Fields\Value {#2656 ▼ -resolver: null #raw: "14" #handle: "street_number_2" #fieldtype: Statamic\Fieldtypes\Text {#12092 ▶ #field: Statamic\Fields\Field {#12095 ▶ #handle: "street_number_2" #prefix: null #config: array:4 [▶ "type" => "text" "display" => "Street Number 2" "width" => 50 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Statamic\Globals\Variables {#2466 ▼ #set: "theme" #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #data: Illuminate\Support\Collection {#2508 ▶ #items: array:23 [▶ "menu_position" => "center" "menu_background" => "white" "text_color" => "text-dark-950" "logo" => "icons/logo-horizontal.svg" "currency" => "€" "unit_of_measurement" => "m2" "has_map" => true "map_variant" => "side_map" "floor_area" => array:5 [▶ 0 => array:2 [▶ "id" => "ljqxzq0o" "minimum" => "25" ] 1 => array:2 [▶ "id" => "ljqy0iwz" "minimum" => "50" ] 2 => array:2 [▶ "id" => "ljqy0lre" "minimum" => "75" ] 3 => array:2 [▶ "id" => "ljqy0nn1" "minimum" => "100" ] 4 => array:2 [▶ "id" => "ljqy0uza" "minimum" => "125" ] ] "social_media" => array:1 [▶ 0 => array:3 [▶ "id" => "lcuekhw2" "name" => "instagram" "link" => "https://www.instagram.com/estater_nekustamie_ipasumi" ] ] "favicon" => "favicons/favicon.ico" "favicon_256" => "favicons/android-chrome-256x256.png" "favicon_192" => "favicons/android-chrome-192x192.png" "favicon_180" => "favicons/apple-touch-icon.png" "favicon_32" => "favicons/favicon-32x32.png" "favicon_16" => "favicons/favicon-16x16.png" "no_results_title" => "Īpašums Nav Atrasts" "no_results_description" => "Mūsu piedāvājums ir dažāds, taču, acīmredzot, ne pietiekami, jo pēc Taviem meklēšanas parametriem mums Tev pašlaik nav, ko piedāvāt!" "no_results_image" => "icons/undraw_empty_re_opql.svg" "footer_copyright" => "© {{ now format="Y" }} ESTATER SIA. All rights reserved." "footer_copyright_position" => "center" "footer_description" => "Jūsu ceļvedis Latvijas nekustamā īpašuma tirgū" "footer_menu" => "footer" ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2357 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/globals/lv/theme.yaml" #origin: null -cachedKeys: null #selectedQueryRelations: [] }
0 of 0Statamic\Fields\Value {#2658 ▼ -resolver: null #raw: "Saulkrastu nov." #handle: "title" #fieldtype: Statamic\Fieldtypes\Text {#9640 ▶ #field: Statamic\Fields\Field {#9621 ▶ #handle: "title" #prefix: null #config: array:4 [▶ "type" => "text" "required" => true "validate" => array:1 [▶ 0 => "required" ] "localizable" => true ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
0 of 0Illuminate\Support\Carbon @1744063786 {#2499 ▼ #endOfTime: false #startOfTime: false #constructedObjectId: "00000000000009c30000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-04-07 22:09:46.447578 UTC (+00:00) }
0 of 0Statamic\Fields\Value {#2660 ▼ -resolver: Closure(Value $value) {#2659 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "updated_at" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "updated_at" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2662 ▼ -resolver: Closure(Value $value) {#2661 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "updated_by" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "updated_by" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2664 ▼ -resolver: Closure(Value $value) {#2663 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "uri" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "uri" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2666 ▼ -resolver: null #raw: "/ipasumi/zvejniekciems-sell-63000-eur" #handle: "url" #fieldtype: null #augmentable: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #shallow: false }
0 of 0Statamic\Fields\Value {#2668 ▼ -resolver: null #raw: null #handle: "variants" #fieldtype: Statamic\Fieldtypes\ButtonGroup {#10292 ▶ #field: Statamic\Fields\Field {#10293 ▶ #handle: "variants" #prefix: null #config: array:6 [▶ "options" => array:2 [▶ "property" => "Map Only" "contact" => "Map + Content" ] "default" => "property" "type" => "button_group" "display" => "Variants" "width" => 25 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: false #relationship: false #categories: array:1 [▶ 0 => "controls" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null #indexComponent: "tags" } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
"<?xml version="1.0" encoding="utf-8" ?>"
0 of 0Statamic\Fields\Value {#2670 ▼ -resolver: Closure(Value $value) {#2669 ▶ class: "Statamic\Entries\AugmentedEntry" this: Statamic\Entries\AugmentedEntry {#2352 …} use: {▶ $key: "year_build" $fields: Illuminate\Support\Collection {#2455 …} } file: "/home/forge/segrow-web.ict.lv/vendor/statamic/cms/src/Data/AbstractAugmented.php" line: "50 to 59" } #raw: null #handle: "year_build" #fieldtype: null #augmentable: null #shallow: false }
0 of 0Statamic\Fields\Value {#2672 ▼ -resolver: null #raw: null #handle: "zip" #fieldtype: Statamic\Fieldtypes\Text {#12138 ▶ #field: Statamic\Fields\Field {#12141 ▶ #handle: "zip" #prefix: null #config: array:4 [▶ "type" => "text" "display" => "Zip" "width" => 50 "localizable" => false ] #value: null #parent: Statamic\Entries\Entry {#2524 ▶ #id: "ba165659-0583-4e17-b907-3446838da054" #collection: "properties" #blueprint: "property" #date: null #locale: "lv" #afterSaveCallbacks: [] #withEvents: true #template: null #layout: null -augmentationReferenceKey: null -computedCallbackCache: Illuminate\Support\Collection {#2324 ▶ #items: [] #escapeWhenCastingToString: false } -siteCache: Statamic\Sites\Site {#594 ▶ #handle: "lv" #config: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] #rawConfig: array:3 [▶ "name" => "Latviešu" "locale" => "lv_LV" "url" => "/" ] } #withComputedData: true #data: Illuminate\Support\Collection {#2429 ▶ #items: array:22 [▶ "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "date" => "2024-05-28" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #escapeWhenCastingToString: false } #supplements: Illuminate\Support\Collection {#2397 ▶ #items: [] #escapeWhenCastingToString: false } #initialPath: "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" #published: true #selectedQueryColumns: null #selectedQueryRelations: [] #original: array:28 [▶ "collection" => "properties" "locale" => "lv" "origin" => null "slug" => "zvejniekciems-sell-63000-eur" "date" => "2024-05-28" "published" => true "path" => "/home/forge/segrow-web.ict.lv/content/collections/properties/lv/zvejniekciems-sell-63000-eur.md" "blueprint" => "property" "external_id" => 1072 "title" => "Saulkrastu nov." "price" => 63000 "agent" => "5b741a76-4330-4662-a3fb-6490cc135450" "categories" => array:1 [▶ 0 => "land" ] "property_status" => "sale" "show_featured_badge" => false "show_status" => true "street_number_1" => "Muižas iela" "street_number_2" => "14" "city" => "d73d5f69-0444-4f81-90f5-3bc7b3c7820a" "region" => "Zvejniekciems" "map_title" => "Map section" "longitude" => 24.4231737 "latitude" => 57.3270619 "property_features" => array:1 [▶ 0 => array:3 [▶ "type" => "property_size" "description" => 0.2402 "icon" => "size" ] ] "forms" => array:2 [▶ 0 => array:2 [▶ "form_title" => "Contact Us" "form" => "contact_us" ] 1 => array:2 [▶ "form_title" => "Schedule a Tour" "form" => "home_tour" ] ] "featured_image" => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" "gallery" => array:4 [▶ 0 => "properties/8dc9a87a717eb9b878b29f0eb4318b169JTTJ6rb.jpg" 1 => "properties/8a2b20759fe2e47852fb113554d15c4fupQXLW70.png" 2 => "properties/8a2b20759fe2e47852fb113554d15c4fRPa5c1BU.jpg" 3 => "properties/S1yTYx30oT5zs8SMZkYzcqNdNd5pWHbhVz7V3jGU.jpg" ] "content" => """ Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 km attālumā no jūras, 5 minūšu brauciena attālumā no Skultes tirgus, 3 minūšu brauciena attālumā līdz Zvejniekciema centram.\n ◀Pārdod zemi ar projektu privātmājas būvniecībai. Īpašums atrodas klusā vietā meža ielokā, ainaviskā vietā. Blakus atrodas labiekārtoti īpašumi. Zeme atrodas 1 k ▶ Blakus zemesgabalam ir sekojošas komunikācijas:\n Elektroapgādes tīkli (AS "Sadales tīkls")\n Gāzes tīkli (AS "Gasso")\n Elektronisko sakaru tīkli (SIA "Tet")\n Meliorācijas sistēmas (VSIA "Zemkopības ministrijas nekustamie īpašumi")\n \n Papildu informācija pēc pieprasījuma.\n \n """ ] #origin: null -cachedKeys: Illuminate\Support\Collection {#2330 ▶ #items: array:22 [▶ 0 => "blueprint" 1 => "external_id" 2 => "title" 3 => "price" 4 => "agent" 5 => "date" 6 => "categories" 7 => "property_status" 8 => "show_featured_badge" 9 => "show_status" 10 => "street_number_1" 11 => "street_number_2" 12 => "city" 13 => "region" 14 => "map_title" 15 => "longitude" 16 => "latitude" 17 => "property_features" 18 => "forms" 19 => "featured_image" 20 => "gallery" 21 => "content" ] #escapeWhenCastingToString: false } #slug: "zvejniekciems-sell-63000-eur" } #parentField: null #parentIndex: null #validationContext: null #form: null } #localizable: true #validatable: true #defaultable: true #selectable: true #selectableInForms: true #relationship: false #categories: array:1 [▶ 0 => "text" ] #rules: [] #extraRules: [] #defaultValue: null #configFields: [] #icon: null } #augmentable: Statamic\Entries\Entry {#2524 ▶} #shallow: false }
200
[]
[]
0 of 0array:15 [▼ "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "host" => array:1 [▶ 0 => "segrow-web.ict.lv" ] ]
[]
0 of 0array:7 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 07 Apr 2025 22:09:47 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "permissions-policy" => array:1 [▶ 0 => "interest-cohort=()" ] "x-powered-by" => array:1 [▶ 0 => "Statamic" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im9EQ2NCekJiUEhQWG1VandMRDZMTEE9PSIsInZhbHVlIjoiVjNBZmJNVU4rQm51eXFIbmNBZUllZU02cHlmNXNHK25qZStuejFRVXR0RjB2T2N2c2Y2ZnppanIvNlFMcmVtR3MwM3c0VVZEUzFPMnUwTnA0cGJESnkydzQ2anlCUHlQc2RzR3BaVGM2REJqd1d5K29NaTM0NTFtL2Z4b25leTciLCJtYWMiOiIyZDUxYTJhYjM1ZWRmMTc2N2NkYmEyNTQ5NmE4NjQ2MWFjNzc3ODJmZTkxZjZlMmNlY2VmNWJlZmZiNGI5ZjE4IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 00:09:47 GMT; Max-Age=7199; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Im9EQ2NCekJiUEhQWG1VandMRDZMTEE9PSIsInZhbHVlIjoiVjNBZmJNVU4rQm51eXFIbmNBZUllZU02cHlmNXNHK25qZStuejFRVXR0RjB2T2N2c2Y2ZnppanIvNlFMcmVtR3MwM3c0V ▶" 1 => "statamic_session=eyJpdiI6IjVTSWt6YjkzRUpmbVQvS01zSlUzWkE9PSIsInZhbHVlIjoiZXNKTStUakFLUmttU0lQU1hCMVo0Q3VZdEN1K3RqTUwyZ25CN1o5b2JxV3pvUTRhM3RKdktCeU5EV0IrbFhUeUhINU94T2ZmejkrZnFIZnNhOWJKLzJzK1NNOVlRQjA3Q0dNV1JnQXNrOGlmZUtwaFlrQUFyOUhDUEVibk5hYmsiLCJtYWMiOiI1Y2I3ZjA3Y2ExZDNlMTYxMzY2NDY1YWVhZjRmNzY0ZDhjNDE5NjNjNDQ4N2RjMWI3OGZjNDg3MGY5OGFkZmFlIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 00:09:47 GMT; Max-Age=7199; path=/; httponly; samesite=lax ◀statamic_session=eyJpdiI6IjVTSWt6YjkzRUpmbVQvS01zSlUzWkE9PSIsInZhbHVlIjoiZXNKTStUakFLUmttU0lQU1hCMVo0Q3VZdEN1K3RqTUwyZ25CN1o5b2JxV3pvUTRhM3RKdktCeU5EV0IrbFhUeUh ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im9EQ2NCekJiUEhQWG1VandMRDZMTEE9PSIsInZhbHVlIjoiVjNBZmJNVU4rQm51eXFIbmNBZUllZU02cHlmNXNHK25qZStuejFRVXR0RjB2T2N2c2Y2ZnppanIvNlFMcmVtR3MwM3c0VVZEUzFPMnUwTnA0cGJESnkydzQ2anlCUHlQc2RzR3BaVGM2REJqd1d5K29NaTM0NTFtL2Z4b25leTciLCJtYWMiOiIyZDUxYTJhYjM1ZWRmMTc2N2NkYmEyNTQ5NmE4NjQ2MWFjNzc3ODJmZTkxZjZlMmNlY2VmNWJlZmZiNGI5ZjE4IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 00:09:47 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Im9EQ2NCekJiUEhQWG1VandMRDZMTEE9PSIsInZhbHVlIjoiVjNBZmJNVU4rQm51eXFIbmNBZUllZU02cHlmNXNHK25qZStuejFRVXR0RjB2T2N2c2Y2ZnppanIvNlFMcmVtR3MwM3c0V ▶" 1 => "statamic_session=eyJpdiI6IjVTSWt6YjkzRUpmbVQvS01zSlUzWkE9PSIsInZhbHVlIjoiZXNKTStUakFLUmttU0lQU1hCMVo0Q3VZdEN1K3RqTUwyZ25CN1o5b2JxV3pvUTRhM3RKdktCeU5EV0IrbFhUeUhINU94T2ZmejkrZnFIZnNhOWJKLzJzK1NNOVlRQjA3Q0dNV1JnQXNrOGlmZUtwaFlrQUFyOUhDUEVibk5hYmsiLCJtYWMiOiI1Y2I3ZjA3Y2ExZDNlMTYxMzY2NDY1YWVhZjRmNzY0ZDhjNDE5NjNjNDQ4N2RjMWI3OGZjNDg3MGY5OGFkZmFlIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 00:09:47 GMT; path=/; httponly ◀statamic_session=eyJpdiI6IjVTSWt6YjkzRUpmbVQvS01zSlUzWkE9PSIsInZhbHVlIjoiZXNKTStUakFLUmttU0lQU1hCMVo0Q3VZdEN1K3RqTUwyZ25CN1o5b2JxV3pvUTRhM3RKdktCeU5EV0IrbFhUeUh ▶" ] ]
0 of 0array:4 [▼ "_token" => "uMSVQHMaOfVEGKLOTgKlJrr7v2KHC5RWztISgHZk" "_previous" => array:1 [▶ "url" => "https://segrow-web.ict.lv/ipasumi/zvejniekciems-sell-63000-eur" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]