Street Cred

Premium T-Shirts


₹ 1,199.00 ₹ 2,499.00 52% OFF

Quantity

view size chart

Available: 0

8.2.27PHP Version507msRequest Duration7MBMemory UsageGET product/{search}Route
    • Booting (294ms)
    • Application (212ms)
    • 1 x Booting (58.03%)
      294.13ms
      1 x Application (41.82%)
      211.98ms
      10 templates were rendered
      • user.pages.product (resources/views/user/pages/product.blade.php)3bladefile
        Params
        0
        product
        1
        themesMenu
        2
        categoriesMenu
      • livewire.user.cart.form (resources/views/livewire/user/cart/form.blade.php)13bladefile
        Params
        0
        product
        1
        errors
        2
        _instance
        3
        added
        4
        quantity
        5
        productAvailableCount
        6
        inputs
        7
        search
        8
        filters
        9
        filterValues
        10
        deliveryPincode
        11
        deliverySuccess
        12
        isOutOfStock
      • livewire.user.wishlist.button (resources/views/livewire/user/wishlist/button.blade.php)5bladefile
        Params
        0
        errors
        1
        _instance
        2
        added
        3
        type
        4
        search
      • user.layouts.master (resources/views/user/layouts/master.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        themesMenu
        5
        categoriesMenu
        6
        __currentLoopData
        7
        image
        8
        loop
        9
        i
        10
        html
      • user.partials.header (resources/views/user/partials/header.blade.php)12bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        _instance
        4
        product
        5
        themesMenu
        6
        categoriesMenu
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        i
        11
        html
      • livewire.user.wishlist.nav (resources/views/livewire/user/wishlist/nav.blade.php)3bladefile
        Params
        0
        wishlistCount
        1
        errors
        2
        _instance
      • livewire.user.cart.nav (resources/views/livewire/user/cart/nav.blade.php)3bladefile
        Params
        0
        cartCount
        1
        errors
        2
        _instance
      • user.partials.footer (resources/views/user/partials/footer.blade.php)12bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        _instance
        4
        product
        5
        themesMenu
        6
        categoriesMenu
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        i
        11
        html
      • livewire.user.wishlist.nav (resources/views/livewire/user/wishlist/nav.blade.php)3bladefile
        Params
        0
        wishlistCount
        1
        errors
        2
        _instance
      • livewire.user.cart.nav (resources/views/livewire/user/cart/nav.blade.php)3bladefile
        Params
        0
        cartCount
        1
        errors
        2
        _instance
      uri
      GET product/{search}
      middleware
      web, cart.session
      controller
      App\Http\Controllers\User\ProductController@index
      namespace
      prefix
      where
      as
      product
      file
      app/Http/Controllers/User/ProductController.php:17-28
      9 statements were executed9.19ms
      • select * from `products` where (`search_id` = 'street-cred' and `is_deleted` = 0 and `is_active` = 1) limit 1
        5ms/app/Repositories/ProductRepository.php:62u647901675_unholypunk2
        Metadata
        Bindings
        • 0. street-cred
        • 1. 0
        • 2. 1
        Backtrace
        • 15. /app/Repositories/ProductRepository.php:62
        • 16. /app/Http/Controllers/User/ProductController.php:19
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `product_images` where `product_images`.`product_id` in (32)
        440μs/app/Http/Controllers/User/ProductController.php:26u647901675_unholypunk2
        Metadata
        Backtrace
        • 19. /app/Http/Controllers/User/ProductController.php:26
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `themes` where (`is_deleted` = 0 and `is_active` = 1) order by `created_at` desc
        490μs/app/Repositories/ThemeRepository.php:48u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 0
        • 1. 1
        Backtrace
        • 14. /app/Repositories/ThemeRepository.php:48
        • 15. /app/View/Composers/NavComposer.php:28
        • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where (`is_deleted` = 0 and `is_active` = 1)
        430μs/app/Repositories/CategoryRepository.php:134u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 0
        • 1. 1
        Backtrace
        • 14. /app/Repositories/CategoryRepository.php:134
        • 15. /app/View/Composers/NavComposer.php:29
        • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `menus` where `menus`.`id` in (1, 2)
        400μs/app/Repositories/CategoryRepository.php:134u647901675_unholypunk2
        Metadata
        Backtrace
        • 19. /app/Repositories/CategoryRepository.php:134
        • 20. /app/View/Composers/NavComposer.php:29
        • 21. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 25. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select distinct `FV`.`filter_id`, `FV`.`search_id`, `FV`.`name` from `product_filter_values` as `PFV` inner join `filter_values` as `FV` on `FV`.`id` = `PFV`.`filter_value_id` where `PFV`.`product_id` = 32
        660μs/app/Repositories/ProductRepository.php:107u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 32
        Backtrace
        • 12. /app/Repositories/ProductRepository.php:107
        • 13. /app/Http/Livewire/User/Cart/Form.php:108
        • 14. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 15. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 16. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select * from `categories` where `categories`.`id` = 1 limit 1
        520μs/app/Http/Livewire/User/Cart/Form.php:109u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 20. /app/Http/Livewire/User/Cart/Form.php:109
        • 21. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 22. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 24. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `filters`.*, `category_filters`.`category_id` as `pivot_category_id`, `category_filters`.`filter_id` as `pivot_filter_id` from `filters` inner join `category_filters` on `filters`.`id` = `category_filters`.`filter_id` where `category_filters`.`category_id` = 1
        620μs/app/Http/Livewire/User/Cart/Form.php:109u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. /app/Http/Livewire/User/Cart/Form.php:109
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 21. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 22. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `inventory_products`.*, (select sum(`inventories`.`quantity`) from `inventories` where `inventory_products`.`id` = `inventories`.`inventory_product_id`) as `inventory_sum_quantity` from `inventory_products` where (`product_id` = 32 and `filters` = '{\"size\":\"S\",\"color\":\"white\",\"material\":\"terry cotton\",\"gender\":\"unisex\"}') limit 1
        630μs/app/Services/InventoryService.php:41u647901675_unholypunk2
        Metadata
        Bindings
        • 0. 32
        • 1. {"size":"S","color":"white","material":"terry cotton","gender":"unisex"}
        Backtrace
        • 15. /app/Services/InventoryService.php:41
        • 16. /app/Http/Livewire/User/Cart/Form.php:129
        • 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
      App\Models\Filter
      4
      App\Models\Menu
      2
      App\Models\Category
      5
      App\Models\Theme
      6
      App\Models\ProductImage
      4
      App\Models\Product
      1
      user.wishlist.button #scCT5QYeuQuZlrkWibOv
      array:5 [ "data" => array:3 [ "added" => false "type" => "product" "search" => "street...
      user.cart.form #fpuBDji4RbCYR6eUyklb
      array:5 [ "data" => array:11 [ "added" => false "quantity" => 1 "productAvailableCount...
      user.wishlist.nav #Fk1TRbUIcK6wNfj9t251
      array:5 [ "data" => [] "name" => "user.wishlist.nav" "view" => "livewire.user.wishlist.nav" ...
      user.cart.nav #lGadjpfwvf2sgzCo9nbP
      array:5 [ "data" => [] "name" => "user.cart.nav" "view" => "livewire.user.cart.nav" "compone...
      user.wishlist.nav #9bt1VsP5lc3vI1qPib0Y
      array:5 [ "data" => [] "name" => "user.wishlist.nav" "view" => "livewire.user.wishlist.nav" ...
      user.cart.nav #7y6PsLiCEKKvhr1vE1RL
      array:5 [ "data" => [] "name" => "user.cart.nav" "view" => "livewire.user.cart.nav" "compone...
        _token
        6hDHp43CO6TpNlhSlkeWSgGruVM59sFTbNkhIjWv
        cart
        array:2 [ "totalQuantity" => 0 "products" => [] ]
        wishlist
        []
        _previous
        array:1 [ "url" => "https://unholypunk.website/product/street-cred" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /product/street-cred
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "unholypunk.website" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
        request_server
        0 of 0
        array:53 [ "LSPHP_ProcessGroup" => "on" "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_HOST" => "unholypunk.website" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/u647901675/domains/unholypunk.website/public_html" "REMOTE_ADDR" => "3.131.38.255" "REMOTE_PORT" => "47510" "SERVER_ADDR" => "147.93.101.101" "SERVER_NAME" => "unholypunk.website" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/product/street-cred" "REDIRECT_URL" => "/public/product/street-cred" "REDIRECT_REQUEST_METHOD" => "GET" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "SCRIPT_FILENAME" => "/home/u647901675/domains/unholypunk.website/public_html/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "https://unholypunk.website/product/street-cred" "SCRIPT_URL" => "/product/street-cred" "SCRIPT_NAME" => "/public/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on,crawler,esi,combine" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1743949592.1301 "REQUEST_TIME" => 1743949592 ]
        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 => "Sun, 06 Apr 2025 14:26: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=eyJpdiI6IllWNnVTUENjcFY4QkFyK0dEU1Nybmc9PSIsInZhbHVlIjoidXlkdXZhbDM5U1k4b0ZjaUdBOGJYT3NrUk1STHl0am9sNU1ZVDYvVUNrVzlBZUtHZ0xQU0NXeml2NzNTc09xVFVLT25kT2lRckN0aGFLSnRLQzFhbVVTZ1dCT3BUNG5zRkd5UklqKzM2ckZUK1hTN2Jxc2N6eXRvZXBXZGVXTi8iLCJtYWMiOiJiMmIyMWVhN2FiMjc0ZDkyNjg3NmRhOGZmYTgwNWQwMmM1Y2NiNzNiNjgzNjU0M2RkMTFmOTI4ZWU4ZmUzMGVlIiwidGFnIjoiIn0%3D; expires=Mon, 06 Apr 2026 14:26:32 GMT; Max-Age=31536000; path=/; samesite=noneXSRF-TOKEN=eyJpdiI6IllWNnVTUENjcFY4QkFyK0dEU1Nybmc9PSIsInZhbHVlIjoidXlkdXZhbDM5U1k4b0ZjaUdBOGJYT3NrUk1STHl0am9sNU1ZVDYvVUNrVzlBZUtHZ0xQU0NXeml2NzNTc09xVFVLT25kT" 1 => "unholy_punk_session=eyJpdiI6IkMxYUEyRG1mQjBYMExRcWtjRnBQS0E9PSIsInZhbHVlIjoieUxqWm9FbWZkNW5BNDJIMFR4M2tPUm00alFUYWRpVE5aWGszY3dzSDVHY2tTd0I4WDZHajN0R3E2Z3ZqWlhiQjBtMzdNK2Z6Z2hvSTV0cFNFK1ByalFvd3dKc2t5TERIeWxVODc1MjJiTzlmdGc4WjYxYmovQ05BS0thSGZ6NisiLCJtYWMiOiJkODEyZmRlMWVjOWY0OWMwNTJlYzM3ZGJkZDBiMDc2M2Y5OTM2M2M4N2Q3ZGNiNWU5NGNkODhhOGU3MjY5NGRlIiwidGFnIjoiIn0%3D; expires=Mon, 06 Apr 2026 14:26:32 GMT; Max-Age=31536000; path=/; httponly; samesite=noneunholy_punk_session=eyJpdiI6IkMxYUEyRG1mQjBYMExRcWtjRnBQS0E9PSIsInZhbHVlIjoieUxqWm9FbWZkNW5BNDJIMFR4M2tPUm00alFUYWRpVE5aWGszY3dzSDVHY2tTd0I4WDZHajN0R3E2Z3ZqWlhi" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IllWNnVTUENjcFY4QkFyK0dEU1Nybmc9PSIsInZhbHVlIjoidXlkdXZhbDM5U1k4b0ZjaUdBOGJYT3NrUk1STHl0am9sNU1ZVDYvVUNrVzlBZUtHZ0xQU0NXeml2NzNTc09xVFVLT25kT2lRckN0aGFLSnRLQzFhbVVTZ1dCT3BUNG5zRkd5UklqKzM2ckZUK1hTN2Jxc2N6eXRvZXBXZGVXTi8iLCJtYWMiOiJiMmIyMWVhN2FiMjc0ZDkyNjg3NmRhOGZmYTgwNWQwMmM1Y2NiNzNiNjgzNjU0M2RkMTFmOTI4ZWU4ZmUzMGVlIiwidGFnIjoiIn0%3D; expires=Mon, 06-Apr-2026 14:26:32 GMT; path=/XSRF-TOKEN=eyJpdiI6IllWNnVTUENjcFY4QkFyK0dEU1Nybmc9PSIsInZhbHVlIjoidXlkdXZhbDM5U1k4b0ZjaUdBOGJYT3NrUk1STHl0am9sNU1ZVDYvVUNrVzlBZUtHZ0xQU0NXeml2NzNTc09xVFVLT25kT" 1 => "unholy_punk_session=eyJpdiI6IkMxYUEyRG1mQjBYMExRcWtjRnBQS0E9PSIsInZhbHVlIjoieUxqWm9FbWZkNW5BNDJIMFR4M2tPUm00alFUYWRpVE5aWGszY3dzSDVHY2tTd0I4WDZHajN0R3E2Z3ZqWlhiQjBtMzdNK2Z6Z2hvSTV0cFNFK1ByalFvd3dKc2t5TERIeWxVODc1MjJiTzlmdGc4WjYxYmovQ05BS0thSGZ6NisiLCJtYWMiOiJkODEyZmRlMWVjOWY0OWMwNTJlYzM3ZGJkZDBiMDc2M2Y5OTM2M2M4N2Q3ZGNiNWU5NGNkODhhOGU3MjY5NGRlIiwidGFnIjoiIn0%3D; expires=Mon, 06-Apr-2026 14:26:32 GMT; path=/; httponlyunholy_punk_session=eyJpdiI6IkMxYUEyRG1mQjBYMExRcWtjRnBQS0E9PSIsInZhbHVlIjoieUxqWm9FbWZkNW5BNDJIMFR4M2tPUm00alFUYWRpVE5aWGszY3dzSDVHY2tTd0I4WDZHajN0R3E2Z3ZqWlhi" ] ]
        session_attributes
        0 of 0
        array:6 [ "_token" => "6hDHp43CO6TpNlhSlkeWSgGruVM59sFTbNkhIjWv" "cart" => array:2 [ "totalQuantity" => 0 "products" => [] ] "wishlist" => [] "_previous" => array:1 [ "url" => "https://unholypunk.website/product/street-cred" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]