Internal Server Error

ErrorException

resources/views/front-pages/product-detail.blade.php:39

Attempt to read property "slug" on null

LARAVEL 12.54.1
PHP 8.3.32
UNHANDLED
CODE 0
500
GET
https://b2bgiftsindia.com/public/product/handheld-fabric-steamer

Exception trace

Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}(integer, string, string, integer)
resources/views/front-pages/product-detail.blade.php:39
34                    @endif
35
36                    @if($product->subcategories->count())
37                        <span>/</span>
38                        <a
39                            href="{{ route('category.products', $product->categories->first()->slug) }}?subcategory={{ $product->subcategories->first()->slug }}">
40                            {{ $product->subcategories->first()->name }}
41                        </a>
42                    @endif
43
44                    <span>/</span>
45                    <span>{{ $product->name }}</span>
46                </div>
47            </div>
48        </section> <!-- collection area start -->
49        <!-- Centralized Styles moved to custom-luxury.css -->
50
51
55 vendor frames
require(string)
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:123
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
Illuminate\Filesystem\Filesystem->getRequire(string, array)
vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:57
Illuminate\View\Engines\PhpEngine->evaluatePath(string, array)
vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:76
Illuminate\View\Engines\CompilerEngine->get(string, array)
vendor/laravel/framework/src/Illuminate/View/View.php:208
Illuminate\View\View->getContents()
vendor/laravel/framework/src/Illuminate/View/View.php:191
Illuminate\View\View->renderContents()
vendor/laravel/framework/src/Illuminate/View/View.php:160
Illuminate\View\View->render()
vendor/laravel/framework/src/Illuminate/Http/Response.php:78
Illuminate\Http\Response->setContent(object(Illuminate\View\View))
vendor/laravel/framework/src/Illuminate/Http/Response.php:34
Illuminate\Http\Response->__construct(object(Illuminate\View\View), integer, array)
vendor/laravel/framework/src/Illuminate/Routing/Router.php:939
Illuminate\Routing\Router::toResponse(object(Illuminate\Http\Request), object(Illuminate\View\View))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:906
Illuminate\Routing\Router->prepareResponse(object(Illuminate\Http\Request), object(Illuminate\View\View))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:821
Illuminate\Routing\Router->Illuminate\Routing\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:87
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:48
Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:120
Illuminate\Session\Middleware\StartSession->handleStatefulRequest(object(Illuminate\Http\Request), object(Illuminate\Session\Store), object(Closure))
vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63
Illuminate\Session\Middleware\StartSession->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:36
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:74
Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137
Illuminate\Pipeline\Pipeline->then(object(Closure))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:821
Illuminate\Routing\Router->runRouteWithinStack(object(Illuminate\Routing\Route), object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:800
Illuminate\Routing\Router->runRoute(object(Illuminate\Http\Request), object(Illuminate\Routing\Route))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:764
Illuminate\Routing\Router->dispatchToRoute(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Routing/Router.php:753
Illuminate\Routing\Router->dispatch(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:200
Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31
Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:51
Illuminate\Foundation\Http\Middleware\TrimStrings->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27
Illuminate\Http\Middleware\ValidatePostSize->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:109
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:61
Illuminate\Http\Middleware\HandleCors->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58
Illuminate\Http\Middleware\TrustProxies->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php:22
Illuminate\Foundation\Http\Middleware\InvokeDeferredCallbacks->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php:26
Illuminate\Http\Middleware\ValidatePathEncoding->handle(object(Illuminate\Http\Request), object(Closure))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137
Illuminate\Pipeline\Pipeline->then(object(Closure))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:175
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144
Illuminate\Foundation\Http\Kernel->handle(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1220
Illuminate\Foundation\Application->handleRequest(object(Illuminate\Http\Request))
public/index.php:22
1718// Bootstrap Laravel and handle the request...19/** @var Application $app */20$app = require_once __DIR__.'/../bootstrap/app.php';2122$app->handleRequest(Request::capture());23

Queries

mysql
select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'smtp_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`
3.19ms
mysql
select * from `smtp_settings` limit 1
0.72ms
mysql
select * from `sessions` where `id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.77ms
mysql
select * from `products` where `slug` = 'handheld-fabric-steamer' and `status` = 1 and `products`.`deleted_at` is null limit 1
1.79ms
mysql
select * from `brands` where `brands`.`id` in (73)
0.61ms
mysql
select * from `product_images` where `product_images`.`product_id` in (579)
0.69ms
mysql
select `categories`.*, `product_category`.`product_id` as `pivot_product_id`, `product_category`.`category_id` as `pivot_category_id` from `categories` inner join `product_category` on `categories`.`id` = `product_category`.`category_id` where `product_category`.`product_id` in (579) and `categories`.`deleted_at` is null
0.87ms
mysql
select `categories`.*, `product_subcategories`.`product_id` as `pivot_product_id`, `product_subcategories`.`subcategory_id` as `pivot_subcategory_id` from `categories` inner join `product_subcategories` on `categories`.`id` = `product_subcategories`.`subcategory_id` where `product_subcategories`.`product_id` in (579) and `categories`.`deleted_at` is null
0.79ms
mysql
select `gifting_occasions`.*, `occasion_product`.`product_id` as `pivot_product_id`, `occasion_product`.`occasion_id` as `pivot_occasion_id` from `gifting_occasions` inner join `occasion_product` on `gifting_occasions`.`id` = `occasion_product`.`occasion_id` where `occasion_product`.`product_id` in (579)
0.77ms
mysql
select `customizations`.*, `customization_product`.`product_id` as `pivot_product_id`, `customization_product`.`customization_id` as `pivot_customization_id` from `customizations` inner join `customization_product` on `customizations`.`id` = `customization_product`.`customization_id` where `customization_product`.`product_id` in (579) and `customizations`.`deleted_at` is null
0.77ms
mysql
select * from `product_inclusions` where `product_inclusions`.`product_id` in (579)
0.61ms
mysql
select * from `products` where `id` != 579 and (exists (select * from `categories` inner join `product_subcategories` on `categories`.`id` = `product_subcategories`.`subcategory_id` where `products`.`id` = `product_subcategories`.`product_id` and `categories`.`id` in (62) and `categories`.`deleted_at` is null)) and `products`.`deleted_at` is null order by `created_at` desc limit 4
2.01ms
mysql
select * from `brands` where `brands`.`id` in (15, 106)
0.54ms
mysql
select * from `product_images` where `product_images`.`product_id` in (580, 581, 957, 958)
0.59ms
mysql
select * from `products` where `new_arrival` = 1 and `status` = 1 and `id` != 579 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.95ms
mysql
select * from `brands` where `brands`.`id` in (44, 65, 96)
0.56ms
mysql
select * from `product_images` where `product_images`.`product_id` in (1446, 1450, 1451, 1454)
0.67ms
mysql
select * from `faqs` where `status` = 1
0.67ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `show_on_website` = 1 and 1 = 1 and `categories`.`deleted_at` is null limit 8
0.71ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.64ms
mysql
select * from `dynamic_pages` where `status` = 1
0.69ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.57ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.61ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.79ms
mysql
select * from `footer_settings` limit 1
0.68ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.75ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.88ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.5ms
mysql
select * from `dynamic_pages` where `status` = 1
0.46ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.37ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.38ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.67ms
mysql
select * from `footer_settings` limit 1
0.39ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.51ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.88ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.76ms
mysql
select * from `dynamic_pages` where `status` = 1
0.5ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.48ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
23.62ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.89ms
mysql
select * from `footer_settings` limit 1
0.5ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.64ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
2.31ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.6ms
mysql
select * from `dynamic_pages` where `status` = 1
0.65ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.52ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.43ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
1.13ms
mysql
select * from `footer_settings` limit 1
0.47ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.66ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.87ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.58ms
mysql
select * from `dynamic_pages` where `status` = 1
0.75ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.55ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.55ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.83ms
mysql
select * from `footer_settings` limit 1
0.5ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.79ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
2.13ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.49ms
mysql
select * from `dynamic_pages` where `status` = 1
0.51ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.45ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.44ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.79ms
mysql
select * from `footer_settings` limit 1
0.46ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.63ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
2.07ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.49ms
mysql
select * from `dynamic_pages` where `status` = 1
0.47ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.43ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.35ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.7ms
mysql
select * from `footer_settings` limit 1
0.42ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.54ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.85ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.49ms
mysql
select * from `dynamic_pages` where `status` = 1
0.51ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.45ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.44ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.8ms
mysql
select * from `footer_settings` limit 1
0.47ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.59ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.9ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.49ms
mysql
select * from `dynamic_pages` where `status` = 1
0.48ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.37ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.35ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.64ms
mysql
select * from `footer_settings` limit 1
0.42ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.56ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.85ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.41ms
mysql
select * from `dynamic_pages` where `status` = 1
0.43ms
mysql
select * from `announcements` where `status` = 1 order by `created_at` desc
0.37ms
mysql
select count(*) as aggregate from `wishlists` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO'
0.36ms
mysql
select * from `categories` where `status` = 1 and `parent_id` is null and `categories`.`deleted_at` is null order by `sort_order` asc limit 10
0.64ms
mysql
select * from `footer_settings` limit 1
0.48ms
mysql
select * from `categories` where `status` = 1 and `is_popular` = 1 and `parent_id` is null and `categories`.`deleted_at` is null limit 4
0.66ms
mysql
select * from `products` where `status` = 1 and `products`.`deleted_at` is null order by `created_at` desc limit 4
1.86ms
mysql
select * from `carts` where `session_id` = 'q1b1SSufyjB44KrtFPdQqE28bRubAe60C2OYKxRO' limit 1
0.57ms

Headers

accept
*/*
accept-encoding
gzip, br, zstd, deflate
host
b2bgiftsindia.com
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
x-forwarded-for
216.73.217.36
x-forwarded-proto
https
x-https
on

Body

// No request body

Routing

controller
App\Http\Controllers\FrontController@productDetail
route name
product.details
middleware
web

Routing parameters

{
    "slug": "handheld-fabric-steamer"
}