View [] not found.
Illuminate\View\FileViewFinder->findInPaths()Illuminate\View\FileViewFinder->findInPaths()Illuminate\View\FileViewFinder->find()Illuminate\View\Factory->make()Illuminate\View\Factory->renderComponent()11 @endforeach
12 @endpush
13 @endif
14 @foreach(V4Utility::get_page_blocks() as $page_block)
15 <x-v4::page-block.render :item="$page_block"/>
16 @endforeach
17</x-v4::layout.app>
18
19require(string)Illuminate\Filesystem\Filesystem::{closure:Illuminate\Filesystem\Filesystem::getRequire():120}()Illuminate\Filesystem\Filesystem->getRequire()Illuminate\View\Engines\PhpEngine->evaluatePath()Illuminate\View\Engines\CompilerEngine->get()Illuminate\View\View->getContents()Illuminate\View\View->renderContents()Illuminate\View\View->render()Illuminate\Http\Response->setContent()Illuminate\Http\Response->__construct()Illuminate\Routing\Router::toResponse()Illuminate\Routing\Router->prepareResponse()Illuminate\Routing\Router->{closure:Illuminate\Routing\Router::runRouteWithinStack():821}()Illuminate\Pipeline\Pipeline->{closure:Illuminate\Pipeline\Pipeline::prepareDestination():178}()17 }
18
19 $behaviors = $page->getBehaviors();
20
21 if (empty($behaviors)) {
22 return $next($request);
23 }
24
25 foreach ($behaviors as $behavior) {
26 if (!$behavior->passes($request)) {
27
28 if (!$behavior->hasRedirect()) {
29 abort(403, implode(" | ", [
30 "BEHAVIOR: " . get_class($behavior),
31 "PAGE: " . $page->seo_url_var_name,
32 "NO REDIRECT DEFINED",
33 ]));
34App\V4\Controllers\Middleware\PageBehaviors->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()28
29 $locale_cache = LocaleHelper::selected_lang();
30 $user_cache = User::current() ? User::current()->id : 0;
31 $laravel_cache = $locale_cache . "_" . $user_cache;
32 config(['laravel-model-caching.cache-prefix' => $laravel_cache]);
33 return $next($request);
34 }
35}App\V4\Controllers\Middleware\Locale->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()16 * @param Closure $next
17 * @return mixed
18 */
19 public function handle(Request $request, Closure $next): mixed
20 {
21 $response = $next($request);
22
23 if (config('minify_html.enabled')) {
24 // Only compress HTML responses
25 if ($response instanceof Response && str_contains($response->headers->get('Content-Type'), 'text/html')) {
26 $html = $response->getContent();
27 $compressor = Factory::constructSmallest();
28 $compressedHtml = $compressor->compress($html);
29 $response->setContent($compressedHtml);
30 }
31 }
32
33App\V4\Controllers\Middleware\MinifyHtml->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Silber\PageCache\Middleware\CacheResponse->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Barryvdh\Debugbar\Middleware\InjectDebugbar->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()25 $request->session()->regenerateToken();
26
27 return redirect()->route('login')->with('error', 'Your Account is suspended, please contact Admin.');
28
29 }
30 return $next($request);
31 }
32}
33App\Http\Middleware\CheckBanned->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Spatie\ResponseCache\Middlewares\CacheResponse->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Routing\Middleware\SubstituteBindings->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\View\Middleware\ShareErrorsFromSession->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Session\Middleware\StartSession->handleStatefulRequest()Illuminate\Session\Middleware\StartSession->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Cookie\Middleware\EncryptCookies->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Pipeline\Pipeline->then()Illuminate\Routing\Router->runRouteWithinStack()Illuminate\Routing\Router->runRoute()Illuminate\Routing\Router->dispatchToRoute()Illuminate\Routing\Router->dispatch()Illuminate\Foundation\Http\Kernel->{closure:Illuminate\Foundation\Http\Kernel::dispatchToRouter():197}()Illuminate\Pipeline\Pipeline->{closure:Illuminate\Pipeline\Pipeline::prepareDestination():178}()Barryvdh\Debugbar\Middleware\InjectDebugbar->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()Illuminate\Pipeline\Pipeline->{closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}()Illuminate\Pipeline\Pipeline->then()Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()Illuminate\Foundation\Http\Kernel->handle()47|
48*/
49
50$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
51
52$response = $kernel->handle(
53 $request = Illuminate\Http\Request::capture()
54);
55
56$response->send();
57
58$kernel->terminate($request, $response);
59select * from `page_blocks` where `page_blocks`.`page_id` = 358 and `page_blocks`.`page_id` is not null and is_active = 1 and `page_position` = 'head' and `parent_block_id` is null and `page_blocks`.`deleted_at` is null order by `page_position` desc, `order` ascselect * from `pages` where `pages`.`id` = 358 limit 1select * from `v2_feedbacks` where `overall_enjoyment` is not null and `v2_feedbacks`.`deleted_at` is nullselect * from `page_blocks` where `page_blocks`.`page_id` = 358 and `page_blocks`.`page_id` is not null and is_active = 1 and `page_position` = 'top' and `parent_block_id` is null and `page_blocks`.`deleted_at` is null order by `page_position` desc, `order` ascselect * from `page_blocks` where `page_blocks`.`parent_block_id` = 3600 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect * from `page_blocks` where `page_blocks`.`parent_block_id` = 3601 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect * from `images` where `images`.`id` = '4855' limit 1select * from `image_translations` where `image_translations`.`image_id` = 4855 and `image_translations`.`image_id` is not nullselect * from `page_blocks` where `page_blocks`.`id` = 3601 limit 1select * from `page_blocks` where `page_blocks`.`id` = 3600 limit 1select * from `page_blocks` where `page_blocks`.`parent_block_id` = 3604 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect * from `page_blocks` where `page_blocks`.`id` = 3604 limit 1select * from `page_blocks` where `page_blocks`.`parent_block_id` = 3606 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 2 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect * from `v2_pricing_rates` where `v2_pricing_rates`.`booking_service_id` = 2 and `v2_pricing_rates`.`booking_service_id` is not null and payment_type = 'upfront' and `is_active` = 1 and `v2_pricing_rates`.`deleted_at` is null order by `order` ascselect `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 10 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 10 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is nullselect * from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 10 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is null order by `created_at` desc limit 1select count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`parent_value_id` = 7875 and `v2_pricing_values`.`parent_value_id` is not null and currency = 'EUR' and `v2_pricing_values`.`deleted_at` is nullselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:28:59' order by `created_at` desc, `date` desc limit 1select `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 10 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select * from `images` where `images`.`id` = '4368' limit 1select * from `image_translations` where `image_translations`.`image_id` = 4368 and `image_translations`.`image_id` is not nullselect * from `page_blocks` where `page_blocks`.`id` = 3606 limit 1select * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 20 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect * from `pages` where seo_url_var_name = 'PAGE_URL_9_DAY_TOUR_THIS_CUBAN_LIFE_OLD' and `pages`.`deleted_at` is null limit 1select `pages`.*, `page_versions`.`default_page_id` as `pivot_default_page_id`, `page_versions`.`locale_page_id` as `pivot_locale_page_id`, `page_versions`.`locale` as `pivot_locale` from `pages` inner join `page_versions` on `pages`.`id` = `page_versions`.`locale_page_id` where is_active = 1 and `page_versions`.`default_page_id` in (157) and `pages`.`deleted_at` is nullselect `pages`.*, `page_versions`.`locale_page_id` as `pivot_locale_page_id`, `page_versions`.`default_page_id` as `pivot_default_page_id`, `page_versions`.`locale` as `pivot_locale` from `pages` inner join `page_versions` on `pages`.`id` = `page_versions`.`default_page_id` where is_active = 1 and `page_versions`.`locale_page_id` in (157) and `pages`.`deleted_at` is nullselect * from `v2_pricing_rates` where `v2_pricing_rates`.`booking_service_id` = 20 and `v2_pricing_rates`.`booking_service_id` is not null and payment_type = 'upfront' and `is_active` = 1 and `v2_pricing_rates`.`deleted_at` is null order by `order` ascselect `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 44 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 44 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is nullselect * from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 44 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is null order by `created_at` desc limit 1select count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`parent_value_id` = 9623 and `v2_pricing_values`.`parent_value_id` is not null and currency = 'EUR' and `v2_pricing_values`.`deleted_at` is nullselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 44 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select * from `images` where `images`.`id` = '1519' limit 1select * from `image_translations` where `image_translations`.`image_id` = 1519 and `image_translations`.`image_id` is not nullselect * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 3 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 26 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 26 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select * from `images` where `images`.`id` = '4336' limit 1select * from `image_translations` where `image_translations`.`image_id` = 4336 and `image_translations`.`image_id` is not nullselect * from `page_blocks` where `page_blocks`.`parent_block_id` = 3610 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect * from `page_blocks` where `page_blocks`.`id` = 3610 limit 1select * from `v2_booking_service_categories` where is_active = 1 and type = 1 order by `order` ascselect * from `page_blocks` where `page_blocks`.`parent_block_id` = 3614 and `page_blocks`.`parent_block_id` is not null and page_id = 358 and is_active = 1 and `page_blocks`.`deleted_at` is null order by `order` ascselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect * from `v2_booking_service_categories` where `id` in ('1', '4', '5')select * from `images` where `images`.`id` = '2179' limit 1select * from `image_translations` where `image_translations`.`image_id` = 2179 and `image_translations`.`image_id` is not nullselect * from `page_blocks` where `page_blocks`.`id` = 3614 limit 1select * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 69 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 699 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 699 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select * from `images` where `images`.`id` = '1553' limit 1select * from `image_translations` where `image_translations`.`image_id` = 1553 and `image_translations`.`image_id` is not nullselect * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 17 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1select * from `content_variable_translations` where `content_variable_translations`.`content_variable_id` = 1 and `content_variable_translations`.`content_variable_id` is not nullselect * from `v2_pricing_rates` where `v2_pricing_rates`.`booking_service_id` = 17 and `v2_pricing_rates`.`booking_service_id` is not null and payment_type = 'upfront' and `is_active` = 1 and `v2_pricing_rates`.`deleted_at` is null order by `order` ascselect `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 23 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 23 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is nullselect * from `v2_pricing_values` where `v2_pricing_values`.`valuable_type` = 'App\Booking2\Model\PricingRate' and `v2_pricing_values`.`valuable_id` = 23 and `v2_pricing_values`.`valuable_id` is not null and `v2_pricing_values`.`deleted_at` is null order by `created_at` desc limit 1select count(*) as aggregate from `v2_pricing_values` where `v2_pricing_values`.`parent_value_id` = 7858 and `v2_pricing_values`.`parent_value_id` is not null and currency = 'EUR' and `v2_pricing_values`.`deleted_at` is nullselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select `v2_pricing_rules`.*, `v2_rulables`.`rulable_id` as `pivot_rulable_id`, `v2_rulables`.`pricing_rule_id` as `pivot_pricing_rule_id`, `v2_rulables`.`rulable_type` as `pivot_rulable_type` from `v2_pricing_rules` inner join `v2_rulables` on `v2_pricing_rules`.`id` = `v2_rulables`.`pricing_rule_id` where `v2_rulables`.`rulable_id` = 23 and `v2_rulables`.`rulable_type` = 'App\Booking2\Model\PricingRate' order by `order` ascselect * from `v3_dated_values` where `v3_dated_values`.`dated_value_type` = 'App\Booking2\Model\Currency' and `v3_dated_values`.`dated_value_id` = 4 and `v3_dated_values`.`dated_value_id` is not null and property = 'rate_history' and date < '2026-04-04 03:29:00' order by `created_at` desc, `date` desc limit 1select * from `images` where `images`.`id` = '54' limit 1select * from `image_translations` where `image_translations`.`image_id` = 54 and `image_translations`.`image_id` is not nullselect * from `v2_booking_services` where `v2_booking_services`.`deleted_at` is null and `v2_booking_services`.`id` = 103 limit 1select count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect count(*) as aggregate from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is nullselect * from `content_variables` where name like 'AGENT_COMMISSION_DEFAULT' and `content_variables`.`deleted_at` is null limit 1