47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz
Open in
urlscan Pro
77.93.208.80
Public Scan
URL:
https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz/
Submission: On July 09 via api from US — Scanned from DE
Submission: On July 09 via api from US — Scanned from DE
Form analysis
2 forms found in the DOM<form wire:submit="save">
<nav class="nav">
<ul class="stepper">
<!--[if BLOCK]><![endif]-->
<li class="is-active">
<a wire:click="setStep(0)" class="stepper__link color--black" title="Termín">
<strong class="text--medium">Termín</strong>
</a>
</li>
<li>
<a wire:click="setStep(1)" class="stepper__link color--black" title="Kontaktní údaje">
<strong class="text--medium">Kontaktní údaje</strong>
</a>
</li>
<li>
<a wire:click="setStep(2)" class="stepper__link color--black" title="Dokončení">
<strong class="text--medium">Dokončení</strong>
</a>
</li>
<!--[if ENDBLOCK]><![endif]-->
</ul>
</nav>
<div class="container p-4 mx-auto">
<fieldset class="margin-bottom-1 medium-margin-bottom-2">
<div class="grid-x" x-data="{ showMultipleCarMotivation: true }">
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="branch" class="large-text-right margin-right-1"> Vyberte pobočku <span class="color--primary">*</span>
</label>
<div class="form__item">
<select wire:model.change="state.branch" name="branch" id="branch" class="select">
<option value="">Vyberte</option>
<!--[if BLOCK]><![endif]-->
<option value="2">Chomutov</option>
<option value="1">Kladno</option>
<option value="3">Znojmo</option>
<!--[if ENDBLOCK]><![endif]-->
</select>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="services" class="large-text-right margin-right-1"> O jakou službu máte zájem? <span class="color--primary">*</span>
</label>
<div class="form__item">
<select wire:change="resetCarOptions" wire:model.change="state.services" name="services" id="services" class="select" required="">
<!--[if BLOCK]><![endif]-->
<option value="1">Služba B2C</option>
<option value="2">Služba B2B</option>
<option value="3">Služba B2H</option>
<!--[if ENDBLOCK]><![endif]-->
</select>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="branch" class="large-text-right margin-right-1"> Zvolte počet aut <span class="color--primary">*</span>
</label>
<div class="form__item">
<div class="incrementer">
<input wire:model.live.debounce.500ms="state.carCount" type="number" name="carCount" id="carCount" class="input text-center" min="1">
<div class="incrementer__controls">
<button class="button" type="button" wire:click="decrementCars">
<svg class="icon" role="presentation" width="20" height="20">
<use xlink:href="https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz/assets/img/icons/sprite.svg#sprite-minus"></use>
</svg>
</button>
<button class="button" type="button" wire:click="incrementCars" x-on:click="showMultipleCarMotivation = false">
<svg class="icon" role="presentation" width="20" height="20">
<use xlink:href="https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz/assets/img/icons/sprite.svg#sprite-plus"></use>
</svg>
</button>
</div>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
<!--[if BLOCK]><![endif]-->
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="car1" class="large-text-right margin-right-1">
<span class="color--primary">1.</span> Objem motoru <span class="color--primary">*</span>
<!--[if BLOCK]><![endif]--> <span class="has-tip" data-tooltip="29epuh-tooltip" data-position="top" data-alignment="right" tabindex="1" style="top: 0.25rem" title="" aria-describedby="m8hvhp-tooltip" data-yeti-box="m8hvhp-tooltip"
data-toggle="m8hvhp-tooltip" data-resize="m8hvhp-tooltip">
<svg class="icon" role="presentation" width="16" height="16">
<use xlink:href="https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz/assets/img/icons/sprite.svg#sprite-help"></use>
</svg>
</span>
<!--[if ENDBLOCK]><![endif]-->
</label>
<div class="form__item form__item--volume" style="max-width: 20rem;">
<div class="volume">
<select wire:model.change="state.cars.1" name="cars" id="cars" class="select" style="min-width: 11.25rem" required="">
<option value="">Vyberte</option>
<!--[if BLOCK]><![endif]-->
<option value="2423">Do 2 423 cm³</option>
<option value="1795">Do 1 795 cm³</option>
<option value="2399">Do 2 399 cm³</option>
<!--[if ENDBLOCK]><![endif]-->
</select>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="cell" x-show="showMultipleCarMotivation">
<div class="callout warning" style="margin-top: 0;">
<p class="color--warning text--12">
<strong>Přijeďte spolu s manželkou nebo kamarádem a dostanete -20% slevu! 😵</strong>
</p>
</div>
</div>
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="date" class="large-text-right margin-right-1"> Datum <span class="color--primary">*</span>
</label>
<div class="form__item" style="max-width: 15rem;">
<input x-init="new Datepicker($el, {
language: 'cs',
format: 'dd.mm.yyyy',
autohide: true,
minDate: new Date() - 1,
container: '#datepicker-order_date'
});" wire:ignore="" wire:model="state.order_date" @change-date.camel="$wire.set('state.order_date', $el.value)" class="input input--date js-datepicker datepicker-input" inputmode="none" type="text" name="date" id="date"
autocomplete="off">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<div wire:ignore="" id="datepicker-order_date">
<div class="datepicker datepicker-dropdown">
<div class="datepicker-picker">
<div class="datepicker-header">
<div class="datepicker-title" style="display: none;"></div>
<div class="datepicker-controls"><button type="button" class="button prev-button prev-btn" tabindex="-1" disabled="">«</button><button type="button" class="button view-switch" tabindex="-1">Červenec 2024</button><button
type="button" class="button next-button next-btn" tabindex="-1">»</button></div>
</div>
<div class="datepicker-main">
<div class="datepicker-view">
<div class="days">
<div class="days-of-week"><span class="dow">Po</span><span class="dow">Út</span><span class="dow">St</span><span class="dow">Čt</span><span class="dow">Pá</span><span class="dow">So</span><span class="dow">Ne</span></div>
<div class="datepicker-grid"><span data-date="1719784800000" class="datepicker-cell day disabled">1</span><span data-date="1719871200000" class="datepicker-cell day disabled">2</span><span data-date="1719957600000"
class="datepicker-cell day disabled">3</span><span data-date="1720044000000" class="datepicker-cell day disabled">4</span><span data-date="1720130400000" class="datepicker-cell day disabled">5</span><span
data-date="1720216800000" class="datepicker-cell day disabled">6</span><span data-date="1720303200000" class="datepicker-cell day disabled">7</span><span data-date="1720389600000"
class="datepicker-cell day disabled">8</span><span data-date="1720476000000" class="datepicker-cell day focused">9</span><span data-date="1720562400000" class="datepicker-cell day">10</span><span
data-date="1720648800000" class="datepicker-cell day">11</span><span data-date="1720735200000" class="datepicker-cell day">12</span><span data-date="1720821600000" class="datepicker-cell day">13</span><span
data-date="1720908000000" class="datepicker-cell day">14</span><span data-date="1720994400000" class="datepicker-cell day">15</span><span data-date="1721080800000" class="datepicker-cell day">16</span><span
data-date="1721167200000" class="datepicker-cell day">17</span><span data-date="1721253600000" class="datepicker-cell day">18</span><span data-date="1721340000000" class="datepicker-cell day">19</span><span
data-date="1721426400000" class="datepicker-cell day">20</span><span data-date="1721512800000" class="datepicker-cell day">21</span><span data-date="1721599200000" class="datepicker-cell day">22</span><span
data-date="1721685600000" class="datepicker-cell day">23</span><span data-date="1721772000000" class="datepicker-cell day">24</span><span data-date="1721858400000" class="datepicker-cell day">25</span><span
data-date="1721944800000" class="datepicker-cell day">26</span><span data-date="1722031200000" class="datepicker-cell day">27</span><span data-date="1722117600000" class="datepicker-cell day">28</span><span
data-date="1722204000000" class="datepicker-cell day">29</span><span data-date="1722290400000" class="datepicker-cell day">30</span><span data-date="1722376800000" class="datepicker-cell day">31</span><span
data-date="1722463200000" class="datepicker-cell day next">1</span><span data-date="1722549600000" class="datepicker-cell day next">2</span><span data-date="1722636000000" class="datepicker-cell day next">3</span><span
data-date="1722722400000" class="datepicker-cell day next">4</span><span data-date="1722808800000" class="datepicker-cell day next">5</span><span data-date="1722895200000" class="datepicker-cell day next">6</span><span
data-date="1722981600000" class="datepicker-cell day next">7</span><span data-date="1723068000000" class="datepicker-cell day next">8</span><span data-date="1723154400000" class="datepicker-cell day next">9</span><span
data-date="1723240800000" class="datepicker-cell day next">10</span><span data-date="1723327200000" class="datepicker-cell day next">11</span></div>
</div>
</div>
</div>
<div class="datepicker-footer">
<div class="datepicker-controls"><button type="button" class="button today-button today-btn" tabindex="-1" style="display: none;">Dnes</button><button type="button" class="button clear-button clear-btn" tabindex="-1"
style="display: none;">Vymazat</button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell">
<div class="form__group form__group--row margin-bottom-1">
<label for="time" class="large-text-right margin-right-1"> Čas <span class="color--primary">*</span>
</label>
<div class="form__item">
<div class="form__times">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
</div>
</fieldset>
</div>
<fieldset class="margin-bottom-1 medium-margin-bottom-2">
<div class="form__price">
<div class="grid-x align-justify align-middle">
<div class="cell shrink">
<p class="margin-bottom-0"> Cena dekarbonizace </p>
</div>
<div class="cell shrink">
<div class="text--price">
<!--[if BLOCK]><![endif]--> <!--[if BLOCK]><![endif]--> 0 Kč <small class="text--regular">s DPH</small>
<!--[if ENDBLOCK]><![endif]-->
<!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
</div>
</fieldset>
<fieldset>
<div class="grid-x grid-margin-x align-justify align-middle margin-bottom-1">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
<!--[if BLOCK]><![endif]-->
<div class="cell shrink" style="margin-left: auto;">
<button type="button" class="button primary button--full margin-bottom-1" wire:click="goToNextStep" title="Pokračovat"> Pokračovat </button>
</div>
<!--[if ENDBLOCK]><![endif]-->
</div>
<hr class="margin-bottom-1">
<div class="grid-x">
<div class="cell text-center">
<p class="margin-bottom-0 text--14"> Odesláním souhlasíte se
<a class="link link--underline color--black" href="https://www.bezkarbonu.cz/wp-content/themes/bezkarbonu/assets/files/2023-09-28_gdpr.pdf" target="_blank">zpracováním osobních údajů</a> a
<a class="link link--underline color--black" href="https://www.bezkarbonu.cz/wp-content/uploads/2023/12/Pouceni-pro-zakazniky-2023.pdf" target="_blank">poučením pro zákazníky</a>. </p>
</div>
</div>
</fieldset>
</form>
<form><br><b>Filter results</b><br>Method: <select name="method">
<option></option>
<option>GET</option>
<option>POST</option>
<option>PUT</option>
<option>DELETE</option>
</select><br>Uri: <input type="text" name="uri"><br>IP: <input type="text" name="ip"><br><button type="submit">Search</button></form>
Text Content
info@bezkarbonu.cz +420 792 767 337 * Blog * FAQ * Zkušenosti * Kontakt * * * * Zpět na web * Blog * FAQ * Zkušenosti * Kontakt * * * OBJEDNÁVKA Objednejte si dekarbonizaci ve třech rychlých krocích. Termín máte ihned a potvrzení objednávky Vám zašleme na e-mail. * Termín * Kontaktní údaje * Dokončení Vyberte pobočku * Vyberte Chomutov Kladno Znojmo O jakou službu máte zájem? * Služba B2C Služba B2B Služba B2H Zvolte počet aut * 1. Objem motoru * Vyberte Do 2 423 cm³ Do 1 795 cm³ Do 2 399 cm³ Přijeďte spolu s manželkou nebo kamarádem a dostanete -20% slevu! 😵 Datum * «Červenec 2024» PoÚtStČtPáSoNe 123456789101112131415161718192021222324252627282930311234567891011 DnesVymazat Čas * Cena dekarbonizace 0 Kč s DPH Pokračovat -------------------------------------------------------------------------------- Odesláním souhlasíte se zpracováním osobních údajů a poučením pro zákazníky. Nevíte si rady? Zavolejte nám a my Vám pomůžeme +420 792 767 337 -------------------------------------------------------------------------------- * KROK 1 Nejdříve vyberte pobočku, která je k vám nejblíže. Zvolte objem motoru a vyberte si termín, který vám vyhovuje nejvíce. Pokud jste firma nebo chcete, abychom přijeli k vám domů, tak nám prosím zavolejte. * KROK 2 Poté nám vyplníte Vaše základní údaje, abychom věděli, kdo k nám přijedete a komu máme vystavit fakturu. * KROK 3 Po zkontrolování všech údajů dokončíte objednávku. A můžete se tak těšit na motor Bez Karbonu! Bezkarbonu.cz Cookies | GDPR Udává se v litrech (L) nebo kubických centimetrech (cm³). Najdete jej v TP jako "zdvihový objem". dev-panel Useful links * Order * Cart * Homepage -------------------------------------------------------------------------------- Useful links TitleLink #Action -------------------------------------------------------------------------------- Save Form fillers * test -------------------------------------------------------------------------------- Shift + f = use default formfiller -------------------------------------------------------------------------------- Form fillers test Form filler titleIs defaultActionDelete form filler -------------------------------------------------------------------------------- TIP: You can pre fill your page form and then simply pick all the desired inputs via action buttons bellow. Name and value will be filled automatically. -------------------------------------------------------------------------------- Name(attribute)Value to fillActions -------------------------------------------------------------------------------- Save User logins * Admin * Manažer * Doktor * Log-out -------------------------------------------------------------------------------- Shift + a = log-in as admin Shift + k = log-in as customer Shift + o = log-out -------------------------------------------------------------------------------- Useful links Log-in linkLog-out link -------------------------------------------------------------------------------- TitleUsernamePasswordRedirectad.cu.Action -------------------------------------------------------------------------------- Save Temp / cache cleaner Delete temp & cache -------------------------------------------------------------------------------- Shift + t = delete temp / cache -------------------------------------------------------------------------------- Temp / cache cleaner Cache cleaner linkReload page -------------------------------------------------------------------------------- Save Help For random number between 1-10000 in formfillers you can use variable (rand). e.g: customer(rand)@test.cz -------------------------------------------------------------------------------- Shift + x = expand / minimalize Shift + f = use default formfiller Shift + a = log-in as admin Shift + o = log-in as customer Shift + t = clean temp / cache -------------------------------------------------------------------------------- Help USEFUL LINKS * This section allows you to add links, that you will have easy access to. * For example links for pages, that are not in menu, or can be accessed only via address bar. FORM FILLERS * This is an easy tool, that allows you to fill forms without need to type manually. * You can have multiple form fillers for various scenarious, or one form filler for whole app. * Explanations: 1. Form filler title - text, that will be shown on button 2. Is default - when selected, this allows you to use keyboard combo shift + f that will perform form filling action of selected form filler 3. Crosshair icon - this allows you to pick input right from the page, name and value will be filled automatically, this way you can prefile whole form and then just pick all the desired inputs 4. Bullseye icon - adds new row and then performs same as Crosshair icon, already picked inputs will be colored green USER LOGINS * This section allows you to quickly log in / out without need to do it manually. * Requires backend logic. Each user login is separate button. * Explanations: 1. Log-in link - link to script, that will handle log-ins 2. Log-out link - link to script, that will handle log-out 3. Admin redirect link - link to where will you be redirected when logging as admin via keyboard combo shift + a, which user login will be used as admin login is determined by checkbox ad. in user login rows 4. Customer redirect link - link to where will you be redirected when logging as customer via keyboard combo shift + k, which user login will be used as admin login is determined by checkbox cu. in user login rows TEMP / CACHE CLEANER * This is a simple tool, that allows you delete temporary files or cahce from your project without need to do it manually. * Requires backend logic. Called via ajax request. * Explanations: 1. Cache cleaner link - link to script, that will delete temp / cache 2. Reload page - determines, if page will be reloaded after cache is deleted Messages4TimelineExceptionsViews25RouteQueries13Models20Livewire1MailsGateSessionRequest Request history#1 / (15:18:33)csLocale8.2.20PHP Version9.9sRequest Duration3MBMemory UsageGET /Route * warninglog[15:18:33] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr... * warninglog[15:18:33] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ... * warninglog[15:18:33] LOG.warning: preg_replace(): Passing null to parameter #3 ($subject) of type array|string... * warninglog[15:18:33] LOG.warning: preg_replace(): Passing null to parameter #3 ($subject) of type array|string... * Booting (8.54s)time * Application (1.36s)time * 1 x Booting (86.29%) 8.54s 1 x Application (13.71%) 1.36s 25 templates were rendered * front::pages.homepage.indexindex.blade.php#?blade * front::pages.homepage._sections.herohero.blade.php#?blade * front::pages.homepage._sections.orderorder.blade.php#?blade * shared::livewire-wizard.wizardwizard.blade.php#?blade * shared::livewire-wizard.steps-headersteps-header.blade.php#?blade * shared::livewire-wizard.step-headerstep-header.blade.php#?blade * shared::livewire-wizard.step-headerstep-header.blade.php#?blade * shared::livewire-wizard.step-headerstep-header.blade.php#?blade * front::livewire.orderWizard.steps.basic-informationbasic-information.blade.php#?blade * shared::livewire-wizard.steps-footersteps-footer.blade.php#?blade * front::layouts.mainmain.blade.php#?blade * front::layouts._shared.preloadpreload.blade.php#?blade * front::layouts._shared.stylesstyles.blade.php#?blade * front::layouts._components.metasmetas.blade.php#?blade * front::layouts._shared.faviconsfavicons.blade.php#?blade * front::layouts._components.headerheader.blade.php#?blade * front::layouts._components.secondary-navsecondary-nav.blade.php#?blade * front::layouts._shared.socialssocials.blade.php#?blade * front::layouts._components.secondary-navsecondary-nav.blade.php#?blade * front::layouts._shared.socialssocials.blade.php#?blade * front::layouts._components.footerfooter.blade.php#?blade * front::layouts._shared.scriptsscripts.blade.php#?blade * livewire-alert::components.scriptsscripts.blade.php#?blade * livewire-alert::components.flashflash.blade.php#?blade * shared::components.dev-paneldev-panel.blade.php#?blade uriGET /middlewareweblocalecscontrollerApp\Modules\Front\Http\Controllers\HomepageController@indexascs.front.homepage.indexnamespaceApp\Modules\Front\Http\Controllersprefixwherefileapp/Modules/Front/Http/Controllers/HomepageController.php:10-13 13 statements were executed, 5 of which were duplicates, 8 unique. Show only duplicated710ms bezkarbonu-order-form-laravel_47-sentry-ch * select `id`, `title` from `branches` order by `title` asc 63.27msbezkarbonu-order-form-laravel_47-sentry-chOrderWizard.php#67 Backtrace * 15. app/Modules/Front/Http/Livewire/OrderWizard/OrderWizard.php:67 * 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 * 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41 * 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 * 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35 * select * from `service_types` 34.72msbezkarbonu-order-form-laravel_47-sentry-chOrderWizard.php#68 Backtrace * 16. app/Modules/Front/Http/Livewire/OrderWizard/OrderWizard.php:68 * 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 * 18. vendor/laravel/framework/src/Illuminate/Container/Util.php:41 * 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 * 20. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35 * select * from `services` 84.66msbezkarbonu-order-form-laravel_47-sentry-chOrderWizard.php#69 Backtrace * 16. app/Modules/Front/Http/Livewire/OrderWizard/OrderWizard.php:69 * 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 * 18. vendor/laravel/framework/src/Illuminate/Container/Util.php:41 * 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 * 20. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35 * select * from `service_types` where `slug` = 'B2C' limit 1 760μsbezkarbonu-order-form-laravel_47-sentry-chBasicInformation.php#33 Bindings * 0: B2C Backtrace * 16. app/Modules/Front/Http/Livewire/OrderWizard/Steps/BasicInformation.php:33 * 17. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:62 * 21. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:78 * 22. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:102 * 23. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:55 * select count(*) as aggregate from `order_cars` where `order_cars`.`order_id` is null and `order_cars`.`order_id` is not null 4.95msbezkarbonu-order-form-laravel_47-sentry-chBasicInformation.php#34 Backtrace * 19. app/Modules/Front/Http/Livewire/OrderWizard/Steps/BasicInformation.php:34 * 20. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:62 * 24. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:78 * 25. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:102 * 26. vendor/vildanbina/livewire-wizard/src/WizardComponent.php:55 * select * from `service_types` where `slug` = 'B2C' limit 1 60.85msbezkarbonu-order-form-laravel_47-sentry-chbasic-information.blade.php#11 Bindings * 0: B2C Backtrace * 16. view::front::livewire.orderWizard.steps.basic-information:11 * 18. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38 * 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16 * 21. vendor/laravel/framework/src/Illuminate/View/View.php:208 * select * from `services` where `services`.`service_type_id` in (1) 92.33msbezkarbonu-order-form-laravel_47-sentry-chbasic-information.blade.php#11 Backtrace * 21. view::front::livewire.orderWizard.steps.basic-information:11 * 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38 * 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16 * 26. vendor/laravel/framework/src/Illuminate/View/View.php:208 * select * from `service_types` where `slug` = 'B2C' limit 1 106msbezkarbonu-order-form-laravel_47-sentry-chsteps-footer.blade.php#23 Bindings * 0: B2C Backtrace * 16. view::shared::livewire-wizard.steps-footer:23 * 18. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38 * 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16 * 21. vendor/laravel/framework/src/Illuminate/View/View.php:208 * select * from `services` where `services`.`service_type_id` in (1) 900μsbezkarbonu-order-form-laravel_47-sentry-chsteps-footer.blade.php#23 Backtrace * 21. view::shared::livewire-wizard.steps-footer:23 * 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38 * 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16 * 26. vendor/laravel/framework/src/Illuminate/View/View.php:208 * select * from `analytics` where `code_head_start` is not null 124msbezkarbonu-order-form-laravel_47-sentry-chmain.blade.php#9 Backtrace * 15. view::front::layouts.main:9 * 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124 * 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 * 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22 * 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * select * from `analytics` where `code_head_end` is not null 46.22msbezkarbonu-order-form-laravel_47-sentry-chmain.blade.php#70 Backtrace * 15. view::front::layouts.main:70 * 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124 * 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 * 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22 * 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * select * from `analytics` where `code_body_start` is not null 530μsbezkarbonu-order-form-laravel_47-sentry-chmain.blade.php#79 Backtrace * 15. view::front::layouts.main:79 * 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124 * 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 * 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22 * 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 * select * from `analytics` where `code_body_end` is not null 90.04msbezkarbonu-order-form-laravel_47-sentry-chmain.blade.php#94 Backtrace * 15. view::front::layouts.main:94 * 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124 * 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 * 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22 * 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73 App\Models\Service11Service.php#?App\Models\ServiceType6ServiceType.php#?App\Models\Branch3Branch.php#? front::order-wizard.order-wizard #Bp6vi5skYGkJU05bmFxCarray:4 [ "data" => array:9 [ "steps" => array:3 [ 0 => "App\Modules\Front\Http\Livewire... _tokenkGilCuCBsThV4S7ufZZ2SYqZb81WdmqiY42wZ9E7_previousarray:1 [ "url" => "https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve..._flasharray:2 [ "old" => [] "new" => [] ]PHPDEBUGBAR_STACK_DATA[] telescopeView in Telescopepath_info/status_code 200 status_textOKformathtmlcontent_typetext/html; charset=UTF-8request_query [] request_request [] request_headers 0 of 0 array:11 [▼ "accept-language" => array:1 [▶ 0 => "de-DE,de;q=0.9" ] "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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz" ] ] request_cookies [] response_headers 0 of 0 array:7 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [▶ 0 => "Tue, 09 Jul 2024 13:18:32 GMT" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "expires" => array:1 [▶ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkhuKysxeTg3UVlwZUtPMlRsNlJnVmc9PSIsInZhbHVlIjoiME03R0JWSUVDcmFaWlU2ZU9LTW1zZ3ZvS2ZFZFRucEZWbFJTVXE4V2ZXck5QTktwRTNNRUR2VEUrWUhQVmxIeFpUbHZsdTdkSTFGYmNxKy9CM1FUbkQrZGV4bzBMNmtjaGIreWZxN0xid0o4VHBFTE5FVVJpZnl2aVZqOExDd1kiLCJtYWMiOiJjYTc4YmNhNjNkNWU1ZjU0MTI2NTNkNGQyNDcwNTk4YmM2ZWY5MDVjZmE5NGM3YWZiMmQ2NmI2Yzc5OTczYmYwIiwidGFnIjoiIn0%3D; expires=Tue, 09 Jul 2024 15:18:33 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkhuKysxeTg3UVlwZUtPMlRsNlJnVmc9PSIsInZhbHVlIjoiME03R0JWSUVDcmFaWlU2ZU9LTW1zZ3ZvS2ZFZFRucEZWbFJTVXE4V2ZXck5QTktwRTNNRUR2VEUrWUhQVmxIeFpUbHZsd ▶" 1 => "involve_cms_laravel_session=eyJpdiI6Ijh4UnpteWExMFdjcWZWREZmOSt4TUE9PSIsInZhbHVlIjoiOTV0Qy9oanhBSGIwcHYyTkM0ODM2azdaL1A1cDFlMTduN0Zqc1Z1SHJjdTlwc3Q5cW5TSi9HRFRtQUtvdWNCamlvUEowUXl0cXUxL2l2TTZZMGg3NzMwUnMvdmNDUEVWTlRlUVI5eDZKdGpCRFpVeFFaekJYQU5hT05lNzFQMEEiLCJtYWMiOiIwOTMxY2Y5ZWExMTliMGIzNTIwMmFmMzNjNGIzZWI4ODg5NmY3OTMxMGM1YmU0NTczZjJiZDI5NjExYzBhNzc3IiwidGFnIjoiIn0%3D; expires=Tue, 09 Jul 2024 15:18:33 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀involve_cms_laravel_session=eyJpdiI6Ijh4UnpteWExMFdjcWZWREZmOSt4TUE9PSIsInZhbHVlIjoiOTV0Qy9oanhBSGIwcHYyTkM0ODM2azdaL1A1cDFlMTduN0Zqc1Z1SHJjdTlwc3Q5cW5TSi9HRFRt ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkhuKysxeTg3UVlwZUtPMlRsNlJnVmc9PSIsInZhbHVlIjoiME03R0JWSUVDcmFaWlU2ZU9LTW1zZ3ZvS2ZFZFRucEZWbFJTVXE4V2ZXck5QTktwRTNNRUR2VEUrWUhQVmxIeFpUbHZsdTdkSTFGYmNxKy9CM1FUbkQrZGV4bzBMNmtjaGIreWZxN0xid0o4VHBFTE5FVVJpZnl2aVZqOExDd1kiLCJtYWMiOiJjYTc4YmNhNjNkNWU1ZjU0MTI2NTNkNGQyNDcwNTk4YmM2ZWY5MDVjZmE5NGM3YWZiMmQ2NmI2Yzc5OTczYmYwIiwidGFnIjoiIn0%3D; expires=Tue, 09-Jul-2024 15:18:33 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkhuKysxeTg3UVlwZUtPMlRsNlJnVmc9PSIsInZhbHVlIjoiME03R0JWSUVDcmFaWlU2ZU9LTW1zZ3ZvS2ZFZFRucEZWbFJTVXE4V2ZXck5QTktwRTNNRUR2VEUrWUhQVmxIeFpUbHZsd ▶" 1 => "involve_cms_laravel_session=eyJpdiI6Ijh4UnpteWExMFdjcWZWREZmOSt4TUE9PSIsInZhbHVlIjoiOTV0Qy9oanhBSGIwcHYyTkM0ODM2azdaL1A1cDFlMTduN0Zqc1Z1SHJjdTlwc3Q5cW5TSi9HRFRtQUtvdWNCamlvUEowUXl0cXUxL2l2TTZZMGg3NzMwUnMvdmNDUEVWTlRlUVI5eDZKdGpCRFpVeFFaekJYQU5hT05lNzFQMEEiLCJtYWMiOiIwOTMxY2Y5ZWExMTliMGIzNTIwMmFmMzNjNGIzZWI4ODg5NmY3OTMxMGM1YmU0NTczZjJiZDI5NjExYzBhNzc3IiwidGFnIjoiIn0%3D; expires=Tue, 09-Jul-2024 15:18:33 GMT; path=/; httponly ◀involve_cms_laravel_session=eyJpdiI6Ijh4UnpteWExMFdjcWZWREZmOSt4TUE9PSIsInZhbHVlIjoiOTV0Qy9oanhBSGIwcHYyTkM0ODM2azdaL1A1cDFlMTduN0Zqc1Z1SHJjdTlwc3Q5cW5TSi9HRFRt ▶" ] ] session_attributes 0 of 0 array:4 [▼ "_token" => "kGilCuCBsThV4S7ufZZ2SYqZb81WdmqiY42wZ9E7" "_previous" => array:1 [▶ "url" => "https://47-sentry-change-env-example.bezkarbonu-order-form-laravel.vps.involve.cz" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ] AutoshowClearShow all(method)GETPOSTPUTDELETE Date ↕MethodURLData#12024-07-09 15:18:33GET/42513201 PHP DebugBar | Open DateMethodURLIPFilter data Load moreShow only current URLShow allDelete all Filter results Method: GETPOSTPUTDELETE Uri: IP: Search