70-email-template-update.bezkarbonu-order-form-laravel.vps.involve.cz
Open in
urlscan Pro
80.79.31.215
Public Scan
URL:
https://70-email-template-update.bezkarbonu-order-form-laravel.vps.involve.cz/
Submission: On October 18 via automatic, source certstream-suspicious — Scanned from DE
Submission: On October 18 via automatic, source certstream-suspicious — 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">Litvínov</option>
<option value="1">Ostrava</option>
<option value="3">Praha</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://70-email-template-update.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://70-email-template-update.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="q4wet0-tooltip" data-position="top" data-alignment="right" tabindex="1" style="top: 0.25rem" title="" aria-describedby="tepkeg-tooltip" data-yeti-box="tepkeg-tooltip"
data-toggle="tepkeg-tooltip" data-resize="tepkeg-tooltip">
<svg class="icon" role="presentation" width="16" height="16">
<use xlink:href="https://70-email-template-update.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="1738">Do 1 738 cm³</option>
<option value="1651">Do 1 651 cm³</option>
<option value="2278">Do 2 278 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 && $wire.state.serviceType.slug !== 'B2H'">
<div class="callout warning" style="margin-top: 0;">
<p class="color--warning text--12">
<strong>Objednejte se nyní s dalším autem (např. manželky nebo kamaráda) a získejte slevu -20% na druhé a každé další auto! 😵</strong>
</p>
</div>
</div>
<div class="cell" wire:key="1729244129">
<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;" x-data="{
disabledDates: window.Livewire.find('ml4zYxmPtrFoqFNUV4B0').entangle('state.dates_disabled'),
initDatepicker() {
const updateMinDate = () => {
const date = new Date();
if ($wire.state.serviceType.slug === 'B2H') {
date.setDate(date.getDate() + 2);
} else {
date.setDate(date.getDate() + 1);
}
return date;
};
let datepicker = new Datepicker($refs.datepickerInput, {
language: 'cs',
format: 'dd.mm.yyyy',
autohide: true,
minDate: updateMinDate(),
container: '#datepicker-order_date',
datesDisabled: this.parseDates(this.disabledDates),
});
this.$watch('disabledDates', (newDates) => {
datepicker.setOptions({
datesDisabled: this.parseDates(newDates),
});
});
this.$watch('$wire.state.serviceType', () => {
const selectDate = datepicker.getDate()
const actualDate = new Date();
actualDate.setDate(actualDate.getDate() + 1);
const dateOnlySelectDate = new Date(selectDate.getFullYear(), selectDate.getMonth(), selectDate.getDate());
const dateOnlyActualDate = new Date(actualDate.getFullYear(), actualDate.getMonth(), actualDate.getDate());
if ($wire.state.serviceType.slug === 'B2H' && dateOnlySelectDate.getTime() === dateOnlyActualDate.getTime()) {
selectDate.setDate(selectDate.getDate() + 1);
datepicker.setDate(selectDate);
}
datepicker.setOptions({
minDate: updateMinDate(),
});
});
},
parseDates(dates) {
return dates.map(dateString => {
let parts = dateString.split('-');
return new Date(parts[0], parts[1] - 1, parts[2]);
});
}
}" x-init="initDatepicker">
<input x-ref="datepickerInput" 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">Říjen 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="1727647200000" class="datepicker-cell day prev disabled">30</span><span data-date="1727733600000" class="datepicker-cell day disabled">1</span><span data-date="1727820000000"
class="datepicker-cell day disabled">2</span><span data-date="1727906400000" class="datepicker-cell day disabled">3</span><span data-date="1727992800000" class="datepicker-cell day disabled">4</span><span
data-date="1728079200000" class="datepicker-cell day disabled">5</span><span data-date="1728165600000" class="datepicker-cell day disabled">6</span><span data-date="1728252000000"
class="datepicker-cell day disabled">7</span><span data-date="1728338400000" class="datepicker-cell day disabled">8</span><span data-date="1728424800000" class="datepicker-cell day disabled">9</span><span
data-date="1728511200000" class="datepicker-cell day disabled">10</span><span data-date="1728597600000" class="datepicker-cell day disabled">11</span><span data-date="1728684000000"
class="datepicker-cell day disabled">12</span><span data-date="1728770400000" class="datepicker-cell day disabled">13</span><span data-date="1728856800000" class="datepicker-cell day disabled">14</span><span
data-date="1728943200000" class="datepicker-cell day disabled">15</span><span data-date="1729029600000" class="datepicker-cell day disabled">16</span><span data-date="1729116000000"
class="datepicker-cell day disabled">17</span><span data-date="1729202400000" class="datepicker-cell day disabled">18</span><span data-date="1729288800000" class="datepicker-cell day focused">19</span><span
data-date="1729375200000" class="datepicker-cell day">20</span><span data-date="1729461600000" class="datepicker-cell day">21</span><span data-date="1729548000000" class="datepicker-cell day">22</span><span
data-date="1729634400000" class="datepicker-cell day">23</span><span data-date="1729720800000" class="datepicker-cell day">24</span><span data-date="1729807200000" class="datepicker-cell day">25</span><span
data-date="1729893600000" class="datepicker-cell day">26</span><span data-date="1729980000000" class="datepicker-cell day">27</span><span data-date="1730070000000" class="datepicker-cell day">28</span><span
data-date="1730156400000" class="datepicker-cell day">29</span><span data-date="1730242800000" class="datepicker-cell day">30</span><span data-date="1730329200000" class="datepicker-cell day">31</span><span
data-date="1730415600000" class="datepicker-cell day next">1</span><span data-date="1730502000000" class="datepicker-cell day next">2</span><span data-date="1730588400000" class="datepicker-cell day next">3</span><span
data-date="1730674800000" class="datepicker-cell day next">4</span><span data-date="1730761200000" class="datepicker-cell day next">5</span><span data-date="1730847600000" class="datepicker-cell day next">6</span><span
data-date="1730934000000" class="datepicker-cell day next">7</span><span data-date="1731020400000" class="datepicker-cell day next">8</span><span data-date="1731106800000" class="datepicker-cell day next">9</span><span
data-date="1731193200000" class="datepicker-cell day next">10</span></div>
</div>
</div>
</div>
<div class="datepicker-footer">
<div class="datepicker-controls"><button type="button" class="button today-button today-btn" tabindex="-1" disabled="" 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 class="gtm-step-1 button primary button--full margin-bottom-1" type="button" 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/2024/09/2024-09-16_pouceni-pro-zakazniky.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 Litvínov Ostrava Praha 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 1 738 cm³ Do 1 651 cm³ Do 2 278 cm³ Objednejte se nyní s dalším autem (např. manželky nebo kamaráda) a získejte slevu -20% na druhé a každé další auto! 😵 Datum * «Říjen 2024» PoÚtStČtPáSoNe 301234567891011121314151617181920212223242526272829303112345678910 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 Messages4TimelineExceptionsViews25RouteQueries9Models20Livewire1MailsGateSessionRequest Request history#1 / (11:35:29)csLocale8.2.20PHP Version77.57msRequest Duration3MBMemory UsageGET /Route * warninglog[11:35:29] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr... * warninglog[11:35:29] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ... * warninglog[11:35:29] LOG.warning: preg_replace(): Passing null to parameter #3 ($subject) of type array|string... * warninglog[11:35:29] LOG.warning: preg_replace(): Passing null to parameter #3 ($subject) of type array|string... * Booting (40.56ms)time * Application (37ms)time * 1 x Booting (52.28%) 40.56ms 1 x Application (47.7%) 37.00ms 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 9 statements were executed, 5 of which were duplicates, 4 unique. Show only duplicated3.46ms bezkarbonu-order-form-laravel_70-email-tem * select `id`, `title` from `branches` order by `title` asc 490μsbezkarbonu-order-form-laravel_70-email-temOrderWizard.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` 350μsbezkarbonu-order-form-laravel_70-email-temOrderWizard.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` 350μsbezkarbonu-order-form-laravel_70-email-temOrderWizard.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 380μsbezkarbonu-order-form-laravel_70-email-temBasicInformation.php#36 Bindings * 0: B2C Backtrace * 16. app/Modules/Front/Http/Livewire/OrderWizard/Steps/BasicInformation.php:36 * 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 310μsbezkarbonu-order-form-laravel_70-email-temBasicInformation.php#37 Backtrace * 19. app/Modules/Front/Http/Livewire/OrderWizard/Steps/BasicInformation.php:37 * 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 370μsbezkarbonu-order-form-laravel_70-email-tembasic-information.blade.php#12 Bindings * 0: B2C Backtrace * 16. view::front::livewire.orderWizard.steps.basic-information:12 * 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) 440μsbezkarbonu-order-form-laravel_70-email-tembasic-information.blade.php#12 Backtrace * 21. view::front::livewire.orderWizard.steps.basic-information:12 * 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 370μsbezkarbonu-order-form-laravel_70-email-temsteps-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) 400μsbezkarbonu-order-form-laravel_70-email-temsteps-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 App\Models\Service11Service.php#?App\Models\ServiceType6ServiceType.php#?App\Models\Branch3Branch.php#? front::order-wizard.order-wizard #ml4zYxmPtrFoqFNUV4B0array:4 [ "data" => array:9 [ "steps" => array:3 [ 0 => "App\Modules\Front\Http\Livewire... _tokenHeRdAonYbGzpuUoNpnHYmo56NFFel2doSA4w5BOY_previousarray:1 [ "url" => "https://70-email-template-update.bezkarbonu-order-form-laravel.vps.involve.cz"..._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/129.0.0.0 Safari/537.36" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "70-email-template-update.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 => "Fri, 18 Oct 2024 09:35:29 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=eyJpdiI6IlJzVFk2TWtDUWYvQ1ZFYks2ZExDekE9PSIsInZhbHVlIjoieG1NTmlWMHN6V1dZdHNOTEpZcHc3SGxLM2tNTGZGbE1MZlRKT0FtTHR0S2Q4WHFGbXorTnhwZkNVSER4YjY1TXJqU2V0VUVyb04xT3ZWK09YcWJWNGdLZEI1amdaUDg2MjJESitLYm5La3dIN3diUHN2bG1sRWtsRDBnOGdkWkoiLCJtYWMiOiIwMDhhYzE3OGMwOWE0NDUzYWUxZjZjYzM5NDBjMzg3NjVkYmQ1NGNmZmEyNzc5NjUzY2E5MjFhYzFhYmNkNGNmIiwidGFnIjoiIn0%3D; expires=Fri, 18 Oct 2024 11:35:29 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlJzVFk2TWtDUWYvQ1ZFYks2ZExDekE9PSIsInZhbHVlIjoieG1NTmlWMHN6V1dZdHNOTEpZcHc3SGxLM2tNTGZGbE1MZlRKT0FtTHR0S2Q4WHFGbXorTnhwZkNVSER4YjY1TXJqU2V0V ▶" 1 => "involve_cms_laravel_session=eyJpdiI6IlhTQ1BoMGRwYW1oRVRabWRtd0Q3QWc9PSIsInZhbHVlIjoiU0xocDZpUCtjTVY1YVpKVHhpWmVKWTN6NFVzYTN5eTRmOUVFVkdTeWZZV2lrSDNkdmFMZVBkcUZHamJZS1RZeG9ZVlM5TFhWa0Z3NUdOK29qbzNYYm9adXgrNnE5Q2VZWjkrV1AydWRubGRzMG5rdDdyM1pFdTl2UGlXMkZnaHkiLCJtYWMiOiIyNGE2YzNlZWYzYzU2MmQ1ZTg3MDJiYTY3YTc0MWQ3YWQ4MWY3MDQ0NGYxMWFmNDEwYTU5MmNlYzJkNjRmNTNmIiwidGFnIjoiIn0%3D; expires=Fri, 18 Oct 2024 11:35:29 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀involve_cms_laravel_session=eyJpdiI6IlhTQ1BoMGRwYW1oRVRabWRtd0Q3QWc9PSIsInZhbHVlIjoiU0xocDZpUCtjTVY1YVpKVHhpWmVKWTN6NFVzYTN5eTRmOUVFVkdTeWZZV2lrSDNkdmFMZVBkcUZH ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlJzVFk2TWtDUWYvQ1ZFYks2ZExDekE9PSIsInZhbHVlIjoieG1NTmlWMHN6V1dZdHNOTEpZcHc3SGxLM2tNTGZGbE1MZlRKT0FtTHR0S2Q4WHFGbXorTnhwZkNVSER4YjY1TXJqU2V0VUVyb04xT3ZWK09YcWJWNGdLZEI1amdaUDg2MjJESitLYm5La3dIN3diUHN2bG1sRWtsRDBnOGdkWkoiLCJtYWMiOiIwMDhhYzE3OGMwOWE0NDUzYWUxZjZjYzM5NDBjMzg3NjVkYmQ1NGNmZmEyNzc5NjUzY2E5MjFhYzFhYmNkNGNmIiwidGFnIjoiIn0%3D; expires=Fri, 18-Oct-2024 11:35:29 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IlJzVFk2TWtDUWYvQ1ZFYks2ZExDekE9PSIsInZhbHVlIjoieG1NTmlWMHN6V1dZdHNOTEpZcHc3SGxLM2tNTGZGbE1MZlRKT0FtTHR0S2Q4WHFGbXorTnhwZkNVSER4YjY1TXJqU2V0V ▶" 1 => "involve_cms_laravel_session=eyJpdiI6IlhTQ1BoMGRwYW1oRVRabWRtd0Q3QWc9PSIsInZhbHVlIjoiU0xocDZpUCtjTVY1YVpKVHhpWmVKWTN6NFVzYTN5eTRmOUVFVkdTeWZZV2lrSDNkdmFMZVBkcUZHamJZS1RZeG9ZVlM5TFhWa0Z3NUdOK29qbzNYYm9adXgrNnE5Q2VZWjkrV1AydWRubGRzMG5rdDdyM1pFdTl2UGlXMkZnaHkiLCJtYWMiOiIyNGE2YzNlZWYzYzU2MmQ1ZTg3MDJiYTY3YTc0MWQ3YWQ4MWY3MDQ0NGYxMWFmNDEwYTU5MmNlYzJkNjRmNTNmIiwidGFnIjoiIn0%3D; expires=Fri, 18-Oct-2024 11:35:29 GMT; path=/; httponly ◀involve_cms_laravel_session=eyJpdiI6IlhTQ1BoMGRwYW1oRVRabWRtd0Q3QWc9PSIsInZhbHVlIjoiU0xocDZpUCtjTVY1YVpKVHhpWmVKWTN6NFVzYTN5eTRmOUVFVkdTeWZZV2lrSDNkdmFMZVBkcUZH ▶" ] ] session_attributes 0 of 0 array:4 [▼ "_token" => "HeRdAonYbGzpuUoNpnHYmo56NFFel2doSA4w5BOY" "_previous" => array:1 [▶ "url" => "https://70-email-template-update.bezkarbonu-order-form-laravel.vps.involve.cz" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ] AutoshowClearShow all(method)GETPOSTPUTDELETE Date ↕MethodURLData#12024-10-18 11:35:29GET/4259201 PHP DebugBar | Open DateMethodURLIPFilter data Load moreShow only current URLShow allDelete all Filter results Method: GETPOSTPUTDELETE Uri: IP: Search