Smart Cooking for a Modern Lifestyle

When innovative recipes meet fresh ingredients, the result is amazing meals without any hassle. Every recipe is customized to suit your unique taste.

Ease of Cooking, Unmatched Quality

With our recipes and fast ingredient delivery, cooking has never been this easy and professional. An amazing experience in every dish.

categories

Best Recipes dessert (7 Recipes)

Discover the World of Healthy Recipes and Download the App Now

Eating healthy doesn’t mean compromising on taste. Our healthy recipes combine flavor and nutritional value, giving you delicious and nutritious meals.

Top Rating

8.0.30PHP Version496msRequest Duration42MBMemory UsageGET enRoute
    • Booting (271ms)
    • Application (225ms)
    • 1 x Booting (54.68%)
      271ms
      1 x Application (45.31%)
      225ms
      2 templates were rendered
      • home (resources/views/home.blade.php)5blade
        Params
        0
        meta
        1
        topRecipesByCategory
        2
        topUser
        3
        categories
        4
        landing_page_links
      • layouts.landing.app (resources/views/layouts/landing/app.blade.php)19blade
        Params
        0
        __env
        1
        app
        2
        toggle_veg_non_veg
        3
        toggle_dm_registration
        4
        toggle_store_registration
        5
        errors
        6
        meta
        7
        topRecipesByCategory
        8
        topUser
        9
        categories
        10
        landing_page_links
        11
        __currentLoopData
        12
        category
        13
        loop
        14
        firstCategory
        15
        id
        16
        totalRecipesCount
        17
        user
        18
        i
      uri
      GET en
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\HomeController@index
      namespace
      App\Http\Controllers
      prefix
      /en
      where
      as
      home
      file
      app/Http/Controllers/HomeController.php:45-89
      101 statements were executed76.53ms
      • select `users`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `users`.`id` = `user_reviews`.`for_user_id`) as `for_other_reviews_avg_rating`, (select count(*) from `recipes` where `users`.`id` = `recipes`.`user_id`) as `recipes_count`, (select count(*) from `user_reviews` where `users`.`id` = `user_reviews`.`for_user_id`) as `for_other_reviews_count` from `users` order by `for_other_reviews_avg_rating` desc limit 5
        3.11ms/app/Http/Controllers/HomeController.php:51ssgit_tripjcye_utedallal
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:51
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `menu_categories` where `status` = 1
        510μs/app/Http/Controllers/HomeController.php:53ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:53
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\MenuCategory' and `translations`.`translationable_id` in (1, 2, 3, 4, 5, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21) and `locale` = 'en'
        1.02ms/app/Http/Controllers/HomeController.php:53ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\MenuCategory
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:53
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 1 and `status` = 1
        470μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 1 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        3.39ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 1
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (63, 64, 77, 84, 91, 111) and `locale` = 'en'
        650μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 2 and `status` = 1
        470μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 2
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 2 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        5.19ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 2
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (50, 66, 68, 72, 136, 152) and `locale` = 'en'
        660μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 3 and `status` = 1
        420μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 3
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 3 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        2.09ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 3
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (65, 89, 108, 114) and `locale` = 'en'
        570μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 4 and `status` = 1
        440μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 4
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 4 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        2.95ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 4
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (56, 70, 73, 87, 109, 110) and `locale` = 'en'
        650μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 5 and `status` = 1
        410μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 5
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 5 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.91ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 5
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (51, 69, 71) and `locale` = 'en'
        610μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 11 and `status` = 1
        420μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 11
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 11 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.68ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 11
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (82, 117) and `locale` = 'en'
        430μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 12 and `status` = 1
        390μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 12
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 12 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.74ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 12
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (85, 93, 94) and `locale` = 'en'
        550μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 13 and `status` = 1
        420μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 13
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 13 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.05ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 13
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 14 and `status` = 1
        440μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 14
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 14 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.88ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 14
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (78, 92, 120) and `locale` = 'en'
        600μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 15 and `status` = 1
        340μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 15
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 15 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.73ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 15
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (79, 121) and `locale` = 'en'
        500μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 16 and `status` = 1
        400μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 16
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 16 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.53ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 16
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (80, 122) and `locale` = 'en'
        560μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 17 and `status` = 1
        410μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 17
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 17 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.78ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 17
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (81, 123, 143) and `locale` = 'en'
        540μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 18 and `status` = 1
        400μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 18
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 18 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.33ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 18
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (124) and `locale` = 'en'
        480μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 19 and `status` = 1
        360μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 19
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 19 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        1.59ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 19
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (83, 125) and `locale` = 'en'
        530μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 20 and `status` = 1
        430μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 20
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 20 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        2.79ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 20
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (74, 76, 90, 115, 140) and `locale` = 'en'
        780μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `recipes` where `categorie_id` = 21 and `status` = 1
        460μs/app/Http/Controllers/HomeController.php:60ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. 21
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:60
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `recipes`.*, (select avg(`user_reviews`.`rating`) from `user_reviews` where `recipes`.`id` = `user_reviews`.`reviewable_id` and `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `add_user_id` is not null) as `reviews_avg_rating`, (select count(*) from `users` inner join `user_shopper_categories` on `user_shopper_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_shopper_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`active` = 1 and `users`.`id` is not null) as `shopper_count`, (select count(*) from `users` inner join `user_expert_categories` on `user_expert_categories`.`user_id` = `users`.`id` where `recipes`.`categorie_id` = `user_expert_categories`.`category_id` and `is_phone_verified` = 1 and `users`.`expert_active` = 1 and `users`.`id` is not null) as `expert_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id` and `recipe_id` is null and `user_id` is null) as `favorite_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id` and `recipe_id` is null and `buyer` is null) as `sale_count`, (select count(*) from `recipe_sales` where `recipes`.`id` = `recipe_sales`.`recipe_id`) as `all_sales_count`, (select count(*) from `recipe_wishlist` where `recipes`.`id` = `recipe_wishlist`.`recipe_id`) as `all_favorites_count` from `recipes` where `categorie_id` = 21 and `status` = 1 order by `reviews_avg_rating` desc limit 6
        2.07ms/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. 21
        • 6. 1
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:68
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translationable_type` = 'App\Models\Recipe' and `translations`.`translationable_id` in (86, 126) and `locale` = 'en'
        690μs/app/Http/Controllers/HomeController.php:68ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. en
        Backtrace
        • 19. /app/Http/Controllers/HomeController.php:68
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `value`, `key` from `business_settings` where `key` in ('app_url_ios', 'app_url_android')
        580μs/app/Http/Controllers/HomeController.php:86ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. app_url_ios
        • 1. app_url_android
        Backtrace
        • 13. /app/Http/Controllers/HomeController.php:86
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 63 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        760μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 63
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 64 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        510μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 64
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 77 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        400μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 77
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 84 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        330μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 84
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 91 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        340μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 91
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 111 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        440μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 111
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 50 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 50
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 72 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        440μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 72
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 66 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        420μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 66
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 68 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        360μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 68
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 152 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        310μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 152
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 136 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        400μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 136
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 65 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        410μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 65
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 89 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        320μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 89
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 108 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 108
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 114 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        480μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 114
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 73 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        390μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 73
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 110 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        380μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 110
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 70 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        410μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 70
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 56 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        410μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 56
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 87 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        360μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 87
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 109 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        370μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 109
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 69 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        370μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 69
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 51 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        500μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 51
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 71 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        370μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 71
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 82 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        350μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 82
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 117 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        330μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 117
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 93 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 93
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 85 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        360μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 85
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 94 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 94
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 92 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        490μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 92
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 78 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        510μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 78
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 120 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        380μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 120
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 79 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        420μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 79
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 121 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 121
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 80 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        450μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 80
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 122 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 122
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 81 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 81
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 123 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        440μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 123
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 143 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        450μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 143
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 124 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        440μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 124
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 83 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 83
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 125 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        450μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 125
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 76 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        450μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 76
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 74 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        430μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 74
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 90 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        440μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 90
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 115 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        410μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 115
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 140 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        490μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 140
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 86 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        420μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 86
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      • select * from `user_reviews` where `user_reviews`.`reviewable_type` = 'App\Models\Recipe' and `user_reviews`.`reviewable_id` = 126 and `user_reviews`.`reviewable_id` is not null and `add_user_id` is not null
        500μs/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140ssgit_tripjcye_utedallal
        Metadata
        Bindings
        • 0. App\Models\Recipe
        • 1. 126
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php:140
        • 20. /app/Http/Resources/Web/RecipeResourceHome.php:28
        • 21. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:60
        • 24. /vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php:61
        • 25. /vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php:102
      App\Models\UserReview
      22
      App\Models\Translation
      138
      App\Models\Recipe
      50
      App\Models\MenuCategory
      16
      App\Models\User
      5
          _token
          sc1jVlUHR6ILXBdBhmIlaY43D8S5Nc9X5CElRHwl
          locale
          en
          _previous
          array:1 [ "url" => "https://www.utedallal.ssgit.ae/en" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /en
          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 [ "host" => array:1 [ 0 => "www.utedallal.ssgit.ae" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_server
          0 of 0
          array:58 [ "TZ" => "UTC" "REDIRECT_REDIRECT_UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "REDIRECT_REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "REDIRECT_HANDLER" => "application/x-httpd-ea-php80" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aIPn7A8e3HpGFPtHKCENJQAAAAE" "HTTPS" => "on" "SSL_TLS_SNI" => "www.utedallal.ssgit.ae" "HTTP_HOST" => "www.utedallal.ssgit.ae" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bi" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "www.utedallal.ssgit.ae" "SERVER_ADDR" => "139.99.97.50" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.60" "DOCUMENT_ROOT" => "/home/ssgit/uTedallal" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "/cgi-sys" "CONTEXT_DOCUMENT_ROOT" => "/usr/local/cpanel/cgi-sys/" "SERVER_ADMIN" => "webmaster@utedallal.ssgit.ae" "SCRIPT_FILENAME" => "/home/ssgit/uTedallal/index.php" "REMOTE_PORT" => "15068" "REDIRECT_URL" => "/index.php" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/en" "SCRIPT_NAME" => "/index.php" "ORIG_SCRIPT_FILENAME" => "/usr/local/cpanel/cgi-sys/ea-php80" "ORIG_PATH_INFO" => "/index.php" "ORIG_PATH_TRANSLATED" => "/home/ssgit/uTedallal/index.php" "ORIG_SCRIPT_NAME" => "/cgi-sys/ea-php80" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1753475052.8828 "REQUEST_TIME" => 1753475052 "argv" => [] "argc" => 0 ]
          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 => "Fri, 25 Jul 2025 20:24:13 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNUHQ2SnhyMXpHNXJjc1B0dmJoUEkyTS9ERkxjS3A2ZWI2ZDlpL2xqK0QxMm4rQ0RoQWxnQitXRWFiY2giLCJtYWMiOiI3Yzc2ODAyMDNlOGQ0N2Y3NzNkNzBkNWUyYWIwZWEwZDkxNjg2YWU5Y2MzNjM2MzVhMzk3ZTZjODBhMjU0MzkxIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNU" 1 => "6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm9JT0NGRkVmNFA1QWM2Z1JoNm1HZG1INlRuSVZTR2p3SnZSejl6VHBWU1piNEtIMnZnZU56SldRMmpPb1gwMlFHQkNVaWsiLCJtYWMiOiI0NGU3MGYzZjk1NDViYmMxNTY2ZjFmYjI2MzliYjRlYTAzM2Q3MjE4Mzg4MTI4MWQwNDViMjljZjU0Mzc3YWRmIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; Max-Age=7200; path=/; httponly; samesite=lax6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNUHQ2SnhyMXpHNXJjc1B0dmJoUEkyTS9ERkxjS3A2ZWI2ZDlpL2xqK0QxMm4rQ0RoQWxnQitXRWFiY2giLCJtYWMiOiI3Yzc2ODAyMDNlOGQ0N2Y3NzNkNzBkNWUyYWIwZWEwZDkxNjg2YWU5Y2MzNjM2MzVhMzk3ZTZjODBhMjU0MzkxIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; path=/XSRF-TOKEN=eyJpdiI6Ind6bzJweURiZmZjbVZHVjc0bGxVUVE9PSIsInZhbHVlIjoiSi9wTE81UFZtcHVBZCs4Z1hkYUpzaiswZTRhdCtvR1RMOFA1NjRFMEhFUE9zTjU2VzFXOXZlTXJBQ1pRU0t0OStFaUZNU" 1 => "6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm9JT0NGRkVmNFA1QWM2Z1JoNm1HZG1INlRuSVZTR2p3SnZSejl6VHBWU1piNEtIMnZnZU56SldRMmpPb1gwMlFHQkNVaWsiLCJtYWMiOiI0NGU3MGYzZjk1NDViYmMxNTY2ZjFmYjI2MzliYjRlYTAzM2Q3MjE4Mzg4MTI4MWQwNDViMjljZjU0Mzc3YWRmIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 22:24:13 GMT; path=/; httponly6ammart1687261439_session=eyJpdiI6IlExemZNb01yY0p5ZlJOK29TZnZtekE9PSIsInZhbHVlIjoiSmpWVllPM3llNXFKczBGUThwZDRCbUQzNC9wV1hiN3JEUjVnQXdVcGx3N2V1Y09ZSXlEV0g2MFVFMm" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "sc1jVlUHR6ILXBdBhmIlaY43D8S5Nc9X5CElRHwl" "locale" => "en" "_previous" => array:1 [ "url" => "https://www.utedallal.ssgit.ae/en" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]