جميع العلامات التجارية

Request history8.1.32PHP Version637msRequest Duration20MBMemory UsageGET brandsRoute
    • Booting (450ms)time
    • Application (187ms)time
    • 1 x Booting (70.69%)
      450ms
      1 x Application (29.31%)
      187ms
      13 templates were rendered
      • web-views.products.brandsbrands.blade.php#?blade
      • layouts.front-end.appapp.blade.php#?blade
      • web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
      • system-partials._analytics_script_analytics_script.blade.php#?blade
      • layouts.front-end.partials._modals_modals.blade.php#?blade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
      • layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
      • layouts.front-end.partials._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      • layouts.front-end.partials._firebase-script_firebase-script.blade.php#?blade
      uri
      GET brands
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\WebController@getAllBrandsView
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      brands
      file
      app/Http/Controllers/Web/WebController.php:186-211
      24 statements were executed (6 duplicates)Show only duplicates13.94ms
      • GuestMiddleware.php#26palmarhv_palmart2.42msinsert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('3.21.106.124', '2025-06-04 07:39:42', '2025-06-04 07:39:42')
        Bindings
        • 0: 3.21.106.124
        • 1: 2025-06-04 07:39:42
        • 2: 2025-06-04 07:39:42
        Backtrace
        • middleware::guestCheck:26
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::maintenance_mode:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
      • RobotsMetaContentRepository.php#27palmarhv_palmart340μsselect * from `robots_meta_contents` where (`page_name` = 'brands') limit 1
        Bindings
        • 0: brands
        Backtrace
        • app/Repositories/RobotsMetaContentRepository.php:27
        • app/Http/Controllers/Web/WebController.php:188
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • RobotsMetaContentRepository.php#27palmarhv_palmart210μsselect * from `robots_meta_contents` where (`page_name` = 'default') limit 1
        Bindings
        • 0: default
        Backtrace
        • app/Repositories/RobotsMetaContentRepository.php:27
        • app/Http/Controllers/Web/WebController.php:190
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • WebController.php#202palmarhv_palmart1.25msselect `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `brand_products_count` from `brands` where `status` = 1
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#202palmarhv_palmart670μsselect `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `products`.`brand_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63)
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#202palmarhv_palmart360μsselect * from `translations` where `translations`.`translationable_id` in (12, 13, 14) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Product
        • 1: ps
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#202palmarhv_palmart260μsselect * from `reviews` where `reviews`.`product_id` in (12, 13, 14) and `delivery_man_id` is null and `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#202palmarhv_palmart630μsselect * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Brand
        • 1: ps
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • cart-manager.php#128palmarhv_palmart1.49msselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and (`customer_id` = 7650 and `is_guest` = 1) group by `cart_group_id`
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        • 8: 7650
        • 9: 1
        Backtrace
        • app/Utils/cart-manager.php:128
        • app/Utils/cart-manager.php:59
        • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • app/Utils/cart-manager.php:60
        • view::layouts.front-end.partials._cart:1
      • cart-manager.php#67palmarhv_palmart260μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and 0 = 1
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        Backtrace
        • app/Utils/cart-manager.php:67
        • view::layouts.front-end.partials._cart:1
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • cart-manager.php#128palmarhv_palmart470μsselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and (`customer_id` = 7650 and `is_guest` = 1) group by `cart_group_id`
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        • 8: 7650
        • 9: 1
        Backtrace
        • app/Utils/cart-manager.php:128
        • app/Utils/cart-manager.php:59
        • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • app/Utils/cart-manager.php:60
        • view::layouts.front-end.partials._cart:2
      • cart-manager.php#67palmarhv_palmart220μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and 0 = 1 and (`is_checked` = 1)
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        • 8: 1
        Backtrace
        • app/Utils/cart-manager.php:67
        • view::layouts.front-end.partials._cart:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • category-manager.php#111palmarhv_palmart570μsselect `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `product_count` from `categories` where `position` = 0
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 0
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart540μsselect `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where `products`.`category_id` in (21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 1328) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart310μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` in (12, 13, 14) and (`is_active` = 1) and `added_by` in ('admin', 'vendor') and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `is_active` = 1 and date(`duration_start_date`) <= '2025-06-04' and date(`duration_end_date`) >= '2025-06-04' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '07:39:42' and time(`offer_active_range_end`) >= '07:39:42') or (`offer_active_time` = 'always' and `offer_active_range_start` is null and `offer_active_range_end` is null)))
        Bindings
        • 0: 1
        • 1: admin
        • 2: vendor
        • 3: 1
        • 4: 2025-06-04
        • 5: 2025-06-04
        • 6: specific_time
        • 7: 07:39:42
        • 8: 07:39:42
        • 9: always
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart260μsselect * from `translations` where `translations`.`translationable_id` in (12, 13, 14) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Product
        • 1: ps
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart210μsselect * from `reviews` where `reviews`.`product_id` in (12, 13, 14) and `delivery_man_id` is null and `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart580μsselect `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `sub_category_product_count` from `categories` where `categories`.`parent_id` in (21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 1328) and `position` = 1 order by `priority` asc
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 1
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart1.07msselect `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_sub_category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `sub_sub_category_product_count` from `categories` where `categories`.`parent_id` in (1296, 1297, 1298, 1299, 1300, 1329, 1330, 1331, 1332, 1333, 1366, 1367, 1368, 1369, 1371, 1400, 1401, 1402, 1403, 1409) and `position` = 2 order by `priority` asc
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: physical
        • 7: 2
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart690μsselect * from `translations` where `translations`.`translationable_id` in (1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1404, 1405, 1406, 1407, 1408) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Category
        • 1: ps
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart320μsselect * from `translations` where `translations`.`translationable_id` in (1296, 1297, 1298, 1299, 1300, 1329, 1330, 1331, 1332, 1333, 1366, 1367, 1368, 1369, 1371, 1400, 1401, 1402, 1403, 1409) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Category
        • 1: ps
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • category-manager.php#111palmarhv_palmart290μsselect * from `translations` where `translations`.`translationable_id` in (21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 1328) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'ps'
        Bindings
        • 0: App\Models\Category
        • 1: ps
        Backtrace
        • app/Utils/category-manager.php:111
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Utils/category-manager.php:112
        • view::layouts.front-end.partials._header:238
      • _footer.blade.php#111palmarhv_palmart280μsselect * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-06-04' and date(`end_date`) >= '2025-06-04' limit 1
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-06-04
        • 3: 2025-06-04
        Backtrace
        • view::layouts.front-end.partials._footer:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • _footer.blade.php#111palmarhv_palmart240μsselect * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\\Models\\FlashDeal' and `locale` = 'ps'
        Bindings
        • 0: App\Models\FlashDeal
        • 1: ps
        Backtrace
        • view::layouts.front-end.partials._footer:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Translation
      196Translation.php#?
      App\Models\Category
      123Category.php#?
      App\Models\Brand
      60Brand.php#?
      App\Models\Product
      6Product.php#?
      App\Models\Review
      2Review.php#?
      App\Models\StockClearanceProduct
      1StockClearanceProduct.php#?
      App\Models\FlashDeal
      1FlashDeal.php#?
          local
          ps
          direction
          rtl
          system_default_currency_info
          App\Models\Currency {#2774 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          ILS
          currency_symbol
          currency_exchange_rate
          1
          usd
          0.28571428571429
          _token
          3euiPqX9o6HBIYfqdpLgfs2a6uWPPTIzrM2Ikxwl
          guest_id
          7650
          product_brand
          1
          _previous
          array:1 [ "url" => "https://www.palmart.ps/brands?page=2" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /brands
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "2" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "www.palmart.ps" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "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" ] "x-https" => array:1 [ 0 => "1" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 04 Jun 2025 04:39:42 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdXZVFaRzZDdjF5MEM5c040cDhpYmc9PSIsInZhbHVlIjoibHN4eEpUby9aNmxSTVJ2S1pIU0twb0U5VDVSOGpOR2x6YWlkUU11YVB4SXY2dzNWS3pUdlJZdHlaODZJS0ZKQkYra3RhUDBJd0pmbkN3eDcxRVNmWDhCMEw3MlpLT2ZLamJLUTFyczgvV0tWZEcvZld4YUkvVC8rQmszSFQrSk4iLCJtYWMiOiI5ZDBiMmMzMzI2NmRlMWIxMTVkODY5M2IwYjI1MGMyNDA4OTliODA5NzBkMTZhMGUwOGM5MTdlMDRhYjMxMjc1IiwidGFnIjoiIn0%3D; expires=Wed, 04 Jun 2025 05:39:42 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IkdXZVFaRzZDdjF5MEM5c040cDhpYmc9PSIsInZhbHVlIjoibHN4eEpUby9aNmxSTVJ2S1pIU0twb0U5VDVSOGpOR2x6YWlkUU11YVB4SXY2dzNWS3pUdlJZdHlaODZJS0ZKQkYra3RhU" 1 => "palmart_session=eyJpdiI6InhNUC82Q1ZTK1FjcVpFcHkxMXBXTUE9PSIsInZhbHVlIjoiR1JLY2xvOVVQdmZxKzVIOTJpMjdDQ3JPeDliMlB4RG00M0poYjh2cG9uamlTdktXUHpnaDZNVGdKQlJ0VUdjM1B6Q0Z5TTR1ZllpdldaWFI0R0FPN1Q0dnE3NnBZL3oySDJVbUdOWldkWHFMdGU3eHBOY05uTEU5TEI5STFldjkiLCJtYWMiOiJhZDVjY2FlNzFhMWM4ZjY0YmUyMDI5MzNkMWM4YzkxZmFlOGRmYTQ2YmZlMWMwNjhhZjdkMWYxMTkwNzNkOWVmIiwidGFnIjoiIn0%3D; expires=Wed, 04 Jun 2025 05:39:42 GMT; Max-Age=3600; path=/; httponlypalmart_session=eyJpdiI6InhNUC82Q1ZTK1FjcVpFcHkxMXBXTUE9PSIsInZhbHVlIjoiR1JLY2xvOVVQdmZxKzVIOTJpMjdDQ3JPeDliMlB4RG00M0poYjh2cG9uamlTdktXUHpnaDZNVGdKQlJ0VUdjM1B6" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdXZVFaRzZDdjF5MEM5c040cDhpYmc9PSIsInZhbHVlIjoibHN4eEpUby9aNmxSTVJ2S1pIU0twb0U5VDVSOGpOR2x6YWlkUU11YVB4SXY2dzNWS3pUdlJZdHlaODZJS0ZKQkYra3RhUDBJd0pmbkN3eDcxRVNmWDhCMEw3MlpLT2ZLamJLUTFyczgvV0tWZEcvZld4YUkvVC8rQmszSFQrSk4iLCJtYWMiOiI5ZDBiMmMzMzI2NmRlMWIxMTVkODY5M2IwYjI1MGMyNDA4OTliODA5NzBkMTZhMGUwOGM5MTdlMDRhYjMxMjc1IiwidGFnIjoiIn0%3D; expires=Wed, 04-Jun-2025 05:39:42 GMT; path=/XSRF-TOKEN=eyJpdiI6IkdXZVFaRzZDdjF5MEM5c040cDhpYmc9PSIsInZhbHVlIjoibHN4eEpUby9aNmxSTVJ2S1pIU0twb0U5VDVSOGpOR2x6YWlkUU11YVB4SXY2dzNWS3pUdlJZdHlaODZJS0ZKQkYra3RhU" 1 => "palmart_session=eyJpdiI6InhNUC82Q1ZTK1FjcVpFcHkxMXBXTUE9PSIsInZhbHVlIjoiR1JLY2xvOVVQdmZxKzVIOTJpMjdDQ3JPeDliMlB4RG00M0poYjh2cG9uamlTdktXUHpnaDZNVGdKQlJ0VUdjM1B6Q0Z5TTR1ZllpdldaWFI0R0FPN1Q0dnE3NnBZL3oySDJVbUdOWldkWHFMdGU3eHBOY05uTEU5TEI5STFldjkiLCJtYWMiOiJhZDVjY2FlNzFhMWM4ZjY0YmUyMDI5MzNkMWM4YzkxZmFlOGRmYTQ2YmZlMWMwNjhhZjdkMWYxMTkwNzNkOWVmIiwidGFnIjoiIn0%3D; expires=Wed, 04-Jun-2025 05:39:42 GMT; path=/; httponlypalmart_session=eyJpdiI6InhNUC82Q1ZTK1FjcVpFcHkxMXBXTUE9PSIsInZhbHVlIjoiR1JLY2xvOVVQdmZxKzVIOTJpMjdDQ3JPeDliMlB4RG00M0poYjh2cG9uamlTdktXUHpnaDZNVGdKQlJ0VUdjM1B6" ] ]
          session_attributes
          0 of 0
          array:12 [ "local" => "ps" "direction" => "rtl" "system_default_currency_info" => App\Models\Currency {#2774 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [ "id" => "9" "name" => "ILS" "symbol" => "" "code" => "ILS" "exchange_rate" => "1" "status" => "1" "created_at" => "2025-01-24 17:06:35" "updated_at" => "2025-01-24 17:27:17" ] #original: array:8 [ "id" => "9" "name" => "ILS" "symbol" => "" "code" => "ILS" "exchange_rate" => "1" "status" => "1" "created_at" => "2025-01-24 17:06:35" "updated_at" => "2025-01-24 17:27:17" ] #changes: [] #casts: array:4 [ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "ILS" "currency_symbol" => "" "currency_exchange_rate" => "1" "usd" => 0.28571428571429 "_token" => "3euiPqX9o6HBIYfqdpLgfs2a6uWPPTIzrM2Ikxwl" "guest_id" => 7650 "product_brand" => "1" "_previous" => array:1 [ "url" => "https://www.palmart.ps/brands?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-04 07:39:42GET/brands?page=21324389