車輛検索

アウトレットトラック

7.4.33PHP Version3.07sRequest Duration17MBMemory UsageGET truck/truck_searchRoute
    • Booting (34.51ms)
    • Application (3.03s)
    • 1 x Application (98.88%)
      3.03s
      1 x Booting (1.12%)
      34.51ms
      9 templates were rendered
      • frontend.truck.truck_search.index (resources/views/frontend/truck/truck_search/index.blade.php)6blade
        Params
        0
        vehicles
        1
        outlet_vehicles
        2
        search_params
        3
        view_mode
        4
        sort_mode
        5
        page
      • frontend.share.truck_search._index (resources/views/frontend/share/truck_search/_index.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      • vendor.pagination.user-vehicle-pagination (resources/views/vendor/pagination/user-vehicle-pagination.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • vendor.pagination.user-vehicle-pagination (resources/views/vendor/pagination/user-vehicle-pagination.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • frontend.truck.layouts.partials.search_truck_list (resources/views/frontend/truck/layouts/partials/search_truck_list.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      • frontend.truck.layouts.app (resources/views/frontend/truck/layouts/app.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      • frontend.truck.layouts.partials.head (resources/views/frontend/truck/layouts/partials/head.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      • frontend.truck.layouts.partials.header (resources/views/frontend/truck/layouts/partials/header.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      • frontend.share.layouts.footer (resources/views/frontend/share/layouts/footer.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        vehicles
        5
        outlet_vehicles
        6
        search_params
        7
        view_mode
        8
        sort_mode
        9
        page
        10
        _fb_department
        11
        category
        12
        __currentLoopData
        13
        key
        14
        loop
        15
        sub_category
        16
        shed_name
        17
        size
        18
        vehicle
      uri
      GET truck/truck_search
      middleware
      web
      domain
      usj-old.tcs-web.work
      controller
      App\Http\Controllers\Frontend\Truck\TruckSearchController@index
      as
      frontend.truck.truck_search.index
      namespace
      App\Http\Controllers\Frontend\Truck
      prefix
      truck/truck_search
      where
      file
      app/Http/Controllers/Frontend/Truck/TruckSearchController.php:19-40
      296 statements were executed, 138 of which were duplicated, 158 unique2.8s
      • select count(*) as aggregate from `vehicles` left join `vehicle_info` on `vehicles`.`id` = `vehicle_info`.`vehicle_id` left join `vehicle_info_basic` on `vehicle_info`.`id` = `vehicle_info_basic`.`vehicle_info_id` left join `vehicle_hp_publish` on `vehicle_hp_publish`.`vehicle_id` = `vehicles`.`id` left join `vehicle_check` on `vehicle_check`.`vehicle_id` = `vehicles`.`id` left join `vehicle_info_sell_price` on `vehicle_info_sell_price`.`vehicle_info_id` = `vehicle_info`.`id` where `vehicles`.`is_own` = 2 and `vehicles`.`handling_type` = 2 and `vehicle_info_basic`.`body_category` = '6' and (`vehicle_info_basic`.`sale_status` = 2 or `vehicle_info_basic`.`sale_status` = 1 or (`vehicle_info_basic`.`sale_status` >= 3 and date(`vehicle_info_basic`.`finish_sale_date`) > '2025-07-24')) and (`vehicle_info_sell_price`.`outlet` = 2 or `vehicle_info_sell_price`.`outlet` is null) and (`vehicle_hp_publish`.`manage_no` is not null and `vehicle_hp_publish`.`ujweb_publish` = 1 or `vehicle_hp_publish`.`ujweb_publish` = 3) and `vehicles`.`deleted_at` is null group by `vehicles`.`id`
        23.09ms/app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30usj_old
        Metadata
        Bindings
        • 0. 2
        • 1. 2
        • 2. 6
        • 3. 2
        • 4. 1
        • 5. 3
        • 6. 2025-07-24
        • 7. 2
        • 8. 1
        • 9. 3
        Backtrace
        • 15. /app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30
        • 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:219
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select `vehicles`.`id` as `id`, `vehicles`.`support_status` as `support_status`, `vehicles`.`discussion_period` as `discussion_period`, `vehicles`.`discussion_period_to` as `discussion_period_to`, `vehicles`.`next_inspection_date` as `next_inspection_date`, `vehicles`.`register_first_year` as `register_first_year` from `vehicles` left join `vehicle_info` on `vehicles`.`id` = `vehicle_info`.`vehicle_id` left join `vehicle_info_basic` on `vehicle_info`.`id` = `vehicle_info_basic`.`vehicle_info_id` left join `vehicle_hp_publish` on `vehicle_hp_publish`.`vehicle_id` = `vehicles`.`id` left join `vehicle_check` on `vehicle_check`.`vehicle_id` = `vehicles`.`id` left join `vehicle_info_sell_price` on `vehicle_info_sell_price`.`vehicle_info_id` = `vehicle_info`.`id` where `vehicles`.`is_own` = 2 and `vehicles`.`handling_type` = 2 and `vehicle_info_basic`.`body_category` = '6' and (`vehicle_info_basic`.`sale_status` = 2 or `vehicle_info_basic`.`sale_status` = 1 or (`vehicle_info_basic`.`sale_status` >= 3 and date(`vehicle_info_basic`.`finish_sale_date`) > '2025-07-24')) and (`vehicle_info_sell_price`.`outlet` = 2 or `vehicle_info_sell_price`.`outlet` is null) and (`vehicle_hp_publish`.`manage_no` is not null and `vehicle_hp_publish`.`ujweb_publish` = 1 or `vehicle_hp_publish`.`ujweb_publish` = 3) and `vehicles`.`deleted_at` is null group by `vehicles`.`id` order by `vehicle_hp_publish`.`ujweb_publish_date` desc limit 20 offset 0
        6.5ms/app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30usj_old
        Metadata
        Bindings
        • 0. 2
        • 1. 2
        • 2. 6
        • 3. 2
        • 4. 1
        • 5. 3
        • 6. 2025-07-24
        • 7. 2
        • 8. 1
        • 9. 3
        Backtrace
        • 15. /app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30
        • 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:219
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `vehicle_info` where `vehicle_info`.`vehicle_id` in (9136, 11854, 14410, 14411, 14418, 14461, 14462, 14464, 14465, 14467, 14468, 14469, 14470, 14474, 14475, 14477, 14478, 14479, 14601, 14853)
        3.51ms/app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30usj_old
        Metadata
        Backtrace
        • 20. /app/Http/Controllers/Frontend/Truck/TruckSearchController.php:30
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • select * from `vehicles` where exists (select * from `vehicle_info` where `vehicles`.`id` = `vehicle_info`.`vehicle_id` and exists (select * from `vehicle_info_sell_price` where `vehicle_info`.`id` = `vehicle_info_sell_price`.`vehicle_info_id` and `outlet` = 1)) and exists (select * from `vehicle_hp_publish` where `vehicles`.`id` = `vehicle_hp_publish`.`vehicle_id` and `manage_no` is not null and `ujweb_publish` = 1) and exists (select * from `vehicle_info` where `vehicles`.`id` = `vehicle_info`.`vehicle_id` and exists (select * from `vehicle_info_basic` where `vehicle_info`.`id` = `vehicle_info_basic`.`vehicle_info_id` and `body_category` = '6')) and exists (select * from `vehicle_info` where `vehicles`.`id` = `vehicle_info`.`vehicle_id` and exists (select * from `vehicle_info_basic` where `vehicle_info`.`id` = `vehicle_info_basic`.`vehicle_info_id` and (`sale_status` = 2 or (`sale_status` >= 3 and (date(`finish_sale_date`) > '2025-07-24' or date(`finish_sale_date`) < '2021-01-21'))))) and `vehicles`.`deleted_at` is null order by `updated_at` desc
        267ms/app/Service/VehicleService.php:8239usj_old
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 6
        • 3. 2
        • 4. 3
        • 5. 2025-07-24
        • 6. 2021-01-21
        Backtrace
        • 14. /app/Service/VehicleService.php:8239
        • 15. /app/Http/Controllers/Frontend/Truck/TruckSearchController.php:31
        • 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:219
      • select * from `vehicle_info` where `vehicle_info`.`vehicle_id` in (11304, 12895)
        3.29ms/app/Service/VehicleService.php:8239usj_old
        Metadata
        Backtrace
        • 19. /app/Service/VehicleService.php:8239
        • 20. /app/Http/Controllers/Frontend/Truck/TruckSearchController.php:31
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • select * from `body_category` where `id` = '6' and `body_category`.`deleted_at` is null limit 1
        3.02ms/app/Models/BaseModel.php:16usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 15. /app/Models/BaseModel.php:16
        • 16. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:16
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select distinct `sub`.`name`, `sub`.`id` from `body_category_relations` left join `body_sub_category` as `sub` on `sub`.`id` = `body_category_relations`.`sub_category_id` where `main_category_id` = '6' and `sub_category_id` is not null order by `sub`.`sequence` asc
        5.06ms/app/Service/Masters/BodyCategoryService.php:103usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 13. /app/Service/Masters/BodyCategoryService.php:103
        • 14. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:90
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select `name`, `id` from `vehicle_sheds` where (`id` < 8 or `id` = '17' or `id` = '19') and `vehicle_sheds`.`deleted_at` is null order by `sequence` asc
        4.19ms/app/Service/Masters/VehicleShedService.php:30usj_old
        Metadata
        Bindings
        • 0. 8
        • 1. 17
        • 2. 19
        Backtrace
        • 13. /app/Service/Masters/VehicleShedService.php:30
        • 14. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:103
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 12895 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.26ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 12895
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:211
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 10466 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.64ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 10466
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:211
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 12798 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.57msview::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:223usj_old
        Metadata
        Bindings
        • 0. 12798
        Backtrace
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:223
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_sell_price` where `vehicle_info_sell_price`.`vehicle_info_id` = 12798 and `vehicle_info_sell_price`.`vehicle_info_id` is not null limit 1
        3.49msview::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:227usj_old
        Metadata
        Bindings
        • 0. 12798
        Backtrace
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:227
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 11304 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.3ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 11304
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:211
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 9057 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        68.06ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 9057
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:211
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 11207 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.72msview::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:223usj_old
        Metadata
        Bindings
        • 0. 11207
        Backtrace
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:223
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_sell_price` where `vehicle_info_sell_price`.`vehicle_info_id` = 11207 and `vehicle_info_sell_price`.`vehicle_info_id` is not null limit 1
        3.31msview::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:227usj_old
        Metadata
        Bindings
        • 0. 11207
        Backtrace
        • 21. view::001cdbf2a2cbb185b2371b7c5c9e7dee8211f131:227
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 9136 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.68msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 9136
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 9039 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.86ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 9039
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 9000 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        16.73ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 9000
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 1 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.27ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 9136 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.4ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 9136
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 7257 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.5ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 7257
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 9136 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.21ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 9136
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 8899 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        9.22msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 8899
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 8899 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        5.37msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 8899
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 3 and `vehicle_makers`.`deleted_at` is null limit 1
        2.9ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 9136 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 9136
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.03ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        4.06ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 41 and `body_sub_category`.`deleted_at` is null limit 1
        3.02ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 41
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 11854 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.16msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 11854
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 11757 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.45ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 11757
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 11702 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.61ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 11702
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 1 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.96ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 11854 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 11854
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 9561 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.47ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 9561
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 11854 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.25ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 11854
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 11601 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.9msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 11601
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 11601 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.26msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 11601
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.03ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 11854 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.3ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 11854
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.91ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.99ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14410 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.22msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14410
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14313 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.56ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14313
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14257 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.76ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14257
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.13ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14410 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.18ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14410
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11857 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.44ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11857
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14410 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.22ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14410
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14157 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        4.09msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14157
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14157 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.4msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14157
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.04ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14410 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.18ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14410
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.09ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        3.55ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.01ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14853 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.33msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14853
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14756 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        4.63ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14756
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14700 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        14.04ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14700
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 19 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.17ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 19
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14853 and `vehicle_images`.`vehicle_id` is not null limit 1
        6.2ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14853
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 12250 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.39ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 12250
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14853 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.17ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14853
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14600 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.94msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14600
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14600 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.2msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14600
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 1 and `vehicle_makers`.`deleted_at` is null limit 1
        2.99ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14853 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.07ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14853
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.02ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.89ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.96ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14468 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.15msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14468
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14371 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.41ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14371
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14315 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.73ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14315
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.03ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14468 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.11ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14468
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11909 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        68.24ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11909
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14468 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.06ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14468
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14215 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.86msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14215
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14215 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.4msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14215
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.15ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14468 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.46ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14468
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.07ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.91ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.09ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14461 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.28msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14461
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14364 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.28ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14364
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14308 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.59ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14308
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.99ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14461 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14461
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11902 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.21ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11902
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14461 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.16ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14461
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14208 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        4.01msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14208
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14208 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.21msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14208
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 1 and `vehicle_makers`.`deleted_at` is null limit 1
        2.93ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14461 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.09ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14461
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.91ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.98ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14469 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.13msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14469
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14372 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.47ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14372
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14316 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        14.28ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14316
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.01ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14469 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.05ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14469
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11910 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.84ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11910
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14469 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.17ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14469
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14216 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.88msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14216
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14216 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.29msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14216
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.15ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14469 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.19ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14469
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.12ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.93ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.51ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14462 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.3msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14462
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14365 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.35ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14365
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14309 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        14.17ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14309
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.96ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14462 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.05ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14462
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11903 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.9ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11903
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14462 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.14ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14462
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14209 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.8msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14209
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14209 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.37msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14209
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 3 and `vehicle_makers`.`deleted_at` is null limit 1
        3.11ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14462 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.01ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14462
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.89ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.92ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.95ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14464 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.11msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14464
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14367 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.47ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14367
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14311 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.63ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14311
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.94ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14464 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.09ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14464
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11905 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.15ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11905
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14464 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.05ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14464
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14211 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.76msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14211
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14211 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.25msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14211
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.97ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14464 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.21ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14464
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.92ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        3.07ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.96ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14474 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.07msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14474
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14377 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.36ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14377
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14321 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.55ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14321
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.98ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14474 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.24ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14474
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11915 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.87ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11915
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14474 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.1ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14474
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14221 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.83msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14221
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14221 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.31msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14221
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.9ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14474 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.11ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14474
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.98ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.9ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.98ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14465 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.14msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14465
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14368 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.46ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14368
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14312 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.9ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14312
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.03ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14465 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.22ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14465
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11906 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.07ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11906
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14465 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.19ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14465
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14212 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        4.09msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14212
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14212 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.56msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14212
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.1ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14465 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.26ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14465
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.96ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        3.03ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.97ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14475 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.29msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14475
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14378 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.42ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14378
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14322 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.63ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14322
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.97ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14475 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.1ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14475
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11916 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.13ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11916
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14475 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.18ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14475
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14222 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.93msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14222
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14222 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.31msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14222
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.92ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14475 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.09ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14475
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.98ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.91ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.95ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14467 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.56msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14467
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14370 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.53ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14370
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14314 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.67ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14314
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.13ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14467 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.24ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14467
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11908 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        67.85ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11908
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14467 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.24ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14467
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14214 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.92msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14214
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14214 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.58msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14214
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.91ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14467 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.27ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14467
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.07ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.81ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.95ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14477 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.32msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14477
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14380 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.45ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14380
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14324 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.83ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14324
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.27ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14477 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.27ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14477
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11918 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.97ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11918
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14477 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.08ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14477
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14224 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.89msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14224
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14224 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.25msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14224
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.03ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14477 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.04ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14477
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.99ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.94ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.89ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14601 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.11msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14601
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14504 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.45ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14504
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14448 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.79ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14448
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 1 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.14ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14601 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.22ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14601
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 12030 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        63.12ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 12030
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14601 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14601
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14348 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.85msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14348
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14348 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.25msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14348
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.84ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14601 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.1ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14601
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.98ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.9ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.01ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14418 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.14msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14418
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14321 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.49ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14321
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14265 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.66ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14265
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        2.96ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14418 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.08ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14418
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11865 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        61.75ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11865
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14418 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.31ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14418
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14165 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        5.32msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14165
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14165 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.32msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14165
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 1 and `vehicle_makers`.`deleted_at` is null limit 1
        3.1ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14418 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.33ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14418
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.02ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        3.03ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.94ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14478 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.18msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14478
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14381 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.35ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14381
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14325 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.62ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14325
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.04ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14478 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.26ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14478
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11919 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        76.56ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11919
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14478 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.15ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14478
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14225 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.79msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14225
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14225 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.35msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14225
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.12ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14478 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.08ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14478
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.97ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.04ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14479 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.25msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14479
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14382 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.38ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14382
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14326 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.78ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14326
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14479 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.15ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14479
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11920 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.15ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11920
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14479 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.19ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14479
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14226 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.87msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14226
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14226 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.23msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14226
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.95ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14479 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.08ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14479
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.19ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.94ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.02ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14470 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.25msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14470
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14373 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.32ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14373
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14317 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        13.75ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14317
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.09ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14470 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.07ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14470
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11911 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.22ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11911
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14470 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.12ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14470
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14217 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.99msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14217
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14217 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.74msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14217
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        3.08ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14470 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.08ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14470
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        2.97ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.9ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        3.11ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_hp_publish` where `vehicle_hp_publish`.`vehicle_id` = 14411 and `vehicle_hp_publish`.`vehicle_id` is not null limit 1
        3.17msview::ea64228b9d3b966821bca563885a1beec2d0180b:36usj_old
        Metadata
        Bindings
        • 0. 14411
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:36
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_info_basic` where `vehicle_info_basic`.`vehicle_info_id` = 14314 and `vehicle_info_basic`.`vehicle_info_id` is not null limit 1
        3.33ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14314
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_stock_history` where `vehicle_stock_history`.`basic_id` = 14258 and `vehicle_stock_history`.`basic_id` is not null and `vehicle_stock_history`.`deleted_at` is null order by `registered_at` desc, `id` desc limit 1
        14ms/app/Models/Vehicle/Vehicle.php:1316usj_old
        Metadata
        Bindings
        • 0. 14258
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1316
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_sheds` where `vehicle_sheds`.`id` = 4 and `vehicle_sheds`.`deleted_at` is null limit 1
        3.01ms/app/Models/Vehicle/Vehicle.php:1318usj_old
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1318
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:37
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_images` where `vehicle_images`.`vehicle_id` = 14411 and `vehicle_images`.`vehicle_id` is not null limit 1
        3.21ms/app/Models/Vehicle/Vehicle.php:1016usj_old
        Metadata
        Bindings
        • 0. 14411
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:1016
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_image_additions` where `vehicle_image_additions`.`vehicle_image_id` = 11858 and `vehicle_image_additions`.`vehicle_image_id` is not null order by `sequence` asc
        62.09ms/app/Models/Vehicle/Vehicle.php:1023usj_old
        Metadata
        Bindings
        • 0. 11858
        Backtrace
        • 19. /app/Models/Vehicle/Vehicle.php:1023
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:56
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14411 and `vehicle_check`.`vehicle_id` is not null limit 1
        3.07ms/app/Models/Vehicle/Vehicle.php:221usj_old
        Metadata
        Bindings
        • 0. 14411
        Backtrace
        • 20. /app/Models/Vehicle/Vehicle.php:221
        • 25. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 28. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 29. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `vehicle_check_van` where `vehicle_check_van`.`vehicle_check_id` = 14158 and `vehicle_check_van`.`vehicle_check_id` is not null limit 1
        3.75msview::ea64228b9d3b966821bca563885a1beec2d0180b:62usj_old
        Metadata
        Bindings
        • 0. 14158
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:62
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_check_cabin` where `vehicle_check_cabin`.`vehicle_check_id` = 14158 and `vehicle_check_cabin`.`vehicle_check_id` is not null limit 1
        3.27msview::ea64228b9d3b966821bca563885a1beec2d0180b:75usj_old
        Metadata
        Bindings
        • 0. 14158
        Backtrace
        • 20. view::ea64228b9d3b966821bca563885a1beec2d0180b:75
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 23. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:143
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:126
      • select * from `vehicle_makers` where `vehicle_makers`.`id` = 2 and `vehicle_makers`.`deleted_at` is null limit 1
        2.96ms/app/Service/Masters/VehicleMakerService.php:19usj_old
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. /app/Service/Masters/VehicleMakerService.php:19
        • 20. /app/Models/Vehicle/Vehicle.php:375
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:98
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `vehicle_check` where `vehicle_check`.`vehicle_id` = 14411 and `vehicle_check`.`vehicle_id` is not null limit 1
        2.99ms/app/Models/Vehicle/Vehicle.php:390usj_old
        Metadata
        Bindings
        • 0. 14411
        Backtrace
        • 21. /app/Models/Vehicle/Vehicle.php:390
        • 22. view::ea64228b9d3b966821bca563885a1beec2d0180b:115
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `body_category` where `body_category`.`id` = 6 and `body_category`.`deleted_at` is null limit 1
        3.01ms/app/Service/Masters/BodyCategoryService.php:110usj_old
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:110
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_mid_category` where `body_mid_category`.`id` is null and `body_mid_category`.`deleted_at` is null limit 1
        2.93ms/app/Service/Masters/BodyCategoryService.php:111usj_old
        Metadata
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:111
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      • select * from `body_sub_category` where `body_sub_category`.`id` = 14 and `body_sub_category`.`deleted_at` is null limit 1
        2.92ms/app/Service/Masters/BodyCategoryService.php:112usj_old
        Metadata
        Bindings
        • 0. 14
        Backtrace
        • 19. /app/Service/Masters/BodyCategoryService.php:112
        • 20. /app/Models/Vehicle/Vehicle.php:383
        • 21. view::ea64228b9d3b966821bca563885a1beec2d0180b:143
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
      App\Models\Masters\BodySubCategory
      20
      App\Models\Masters\VehicleMaker
      20
      App\Models\Vehicle\VehicleCheckCabin
      20
      App\Models\Vehicle\VehicleCheckVan
      20
      App\Models\Vehicle\VehicleCheck
      40
      App\Models\Masters\VehicleShed
      20
      App\Models\Vehicle\VehicleStockHistory
      20
      App\Models\Vehicle\VehicleHPPublish
      20
      App\Models\Vehicle\VehicleInfoSPrice
      2
      App\Models\Vehicle\VehicleInfoBasic
      22
      App\Models\Vehicle\VehicleImageAddition
      1113
      App\Models\Vehicle\VehicleImage
      22
      App\Models\Masters\BodyCategory
      21
      App\Models\Vehicle\VehicleInfo
      22
      App\Models\Vehicle\Vehicle
      22
          _token
          kFCxw1VOOrWP2UUsEeLVBr2fBWDveojtJHXUvwZl
          _previous
          array:1 [ "url" => "http://usj-old.tcs-web.work/truck/truck_search?search_params%5Bbody_category%5...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /truck/truck_search
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "search_params" => array:1 [ "body_category" => "6" ] ]
          request_request
          0 of 0
          array:1 [ "search_params" => array:1 [ "body_category" => "6" ] ]
          request_headers
          0 of 0
          array:18 [ "x-forwarded-for" => array:1 [ 0 => "216.73.216.4" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "host" => array:1 [ 0 => "usj-old.tcs-web.work" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-688aa6d8-0b9406a4171c92204dc2fbfb" ] "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:46 [ "REDIRECT_UNIQUE_ID" => "aIqm2JiODmuRErjpLRtjwwAAAAE" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aIqm2JiODmuRErjpLRtjwwAAAAE" "HTTP_X_FORWARDED_FOR" => "216.73.216.4" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_HOST" => "usj-old.tcs-web.work" "HTTP_X_AMZN_TRACE_ID" => "Root=1-688aa6d8-0b9406a4171c92204dc2fbfb" "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/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache/2.4.56 () OpenSSL/1.0.2k-fips PHP/7.4.33" "SERVER_NAME" => "usj-old.tcs-web.work" "SERVER_ADDR" => "172.31.34.183" "SERVER_PORT" => "80" "REMOTE_ADDR" => "172.31.26.87" "DOCUMENT_ROOT" => "/var/www/html/usj-old/public" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/usj-old/public" "SERVER_ADMIN" => "rot@localhost" "SCRIPT_FILENAME" => "/var/www/html/usj-old/public/index.php" "REMOTE_PORT" => "37152" "REDIRECT_URL" => "/truck/truck_search" "REDIRECT_QUERY_STRING" => "search_params%5Bbody_category%5D=6" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "search_params%5Bbody_category%5D=6" "REQUEST_URI" => "/truck/truck_search?search_params%5Bbody_category%5D=6" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1753917144.4927 "REQUEST_TIME" => 1753917144 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 30 Jul 2025 23:12:24 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5JVlh1dXg1d2lFXC9JWXhucEJaeEZnPT0iLCJ2YWx1ZSI6IlY2SzB3ZXkrckVlaFdmeHhKYitHVUc1MHdQT3h6dll6NEhUMkowbTd6eHQ0TkxUVjFOTUV2alliZ0habVFlT0MyQVQ2OFN2QmpxbHFFaU5NbStnRTlYUlhVK2NlWDNKNnU4RnRcL0ZDQU5nOXQybTBvVGlHYmZQWXEyYVFEU0o0eSIsIm1hYyI6IjJjMjkyNWQ1OWE1ZjhmNjlmM2E2ZjdiZmE0MGU5MzkzM2FlZjk5YmUxNWMyMjk3MGU2MDU5ZmM1NmRiM2JkZWMifQ%3D%3D; expires=Thu, 31-Jul-2025 01:12:27 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6Ik5JVlh1dXg1d2lFXC9JWXhucEJaeEZnPT0iLCJ2YWx1ZSI6IlY2SzB3ZXkrckVlaFdmeHhKYitHVUc1MHdQT3h6dll6NEhUMkowbTd6eHQ0TkxUVjFOTUV2alliZ0habVFlT0MyQVQ2O" 1 => "uj_group_session=eyJpdiI6IllycmswUUhJYkIyMVVYT0dCTVBuRkE9PSIsInZhbHVlIjoiUmhFNmExOW9DWXVRaktidlwvTm9JTmwrSWMxM1cyU0puZnhHb3NBMllwdDhtRjVJb2dFdDdzZHJ2U0MyRTF1aWt5dGVSbTNlR0VHZWVVWDNTQXdsa2taTSt4WWk3Rzg1QVdDNjJWYzU3Yno0aWVJbExoRitrQnlvbVwva2M4N29YNiIsIm1hYyI6IjRkNWRjMzk4ZmE2YzM1YjkwZTVhNjczOTE4NWI4M2FkZjE2NTcwNjllOTE2MjU3NWMyOTliNTNkZDQ2NDNiYzIifQ%3D%3D; expires=Thu, 31-Jul-2025 01:12:27 GMT; Max-Age=7200; path=/; httponlyuj_group_session=eyJpdiI6IllycmswUUhJYkIyMVVYT0dCTVBuRkE9PSIsInZhbHVlIjoiUmhFNmExOW9DWXVRaktidlwvTm9JTmwrSWMxM1cyU0puZnhHb3NBMllwdDhtRjVJb2dFdDdzZHJ2U0MyRTF1aWt" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5JVlh1dXg1d2lFXC9JWXhucEJaeEZnPT0iLCJ2YWx1ZSI6IlY2SzB3ZXkrckVlaFdmeHhKYitHVUc1MHdQT3h6dll6NEhUMkowbTd6eHQ0TkxUVjFOTUV2alliZ0habVFlT0MyQVQ2OFN2QmpxbHFFaU5NbStnRTlYUlhVK2NlWDNKNnU4RnRcL0ZDQU5nOXQybTBvVGlHYmZQWXEyYVFEU0o0eSIsIm1hYyI6IjJjMjkyNWQ1OWE1ZjhmNjlmM2E2ZjdiZmE0MGU5MzkzM2FlZjk5YmUxNWMyMjk3MGU2MDU5ZmM1NmRiM2JkZWMifQ%3D%3D; expires=Thu, 31-Jul-2025 01:12:27 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik5JVlh1dXg1d2lFXC9JWXhucEJaeEZnPT0iLCJ2YWx1ZSI6IlY2SzB3ZXkrckVlaFdmeHhKYitHVUc1MHdQT3h6dll6NEhUMkowbTd6eHQ0TkxUVjFOTUV2alliZ0habVFlT0MyQVQ2O" 1 => "uj_group_session=eyJpdiI6IllycmswUUhJYkIyMVVYT0dCTVBuRkE9PSIsInZhbHVlIjoiUmhFNmExOW9DWXVRaktidlwvTm9JTmwrSWMxM1cyU0puZnhHb3NBMllwdDhtRjVJb2dFdDdzZHJ2U0MyRTF1aWt5dGVSbTNlR0VHZWVVWDNTQXdsa2taTSt4WWk3Rzg1QVdDNjJWYzU3Yno0aWVJbExoRitrQnlvbVwva2M4N29YNiIsIm1hYyI6IjRkNWRjMzk4ZmE2YzM1YjkwZTVhNjczOTE4NWI4M2FkZjE2NTcwNjllOTE2MjU3NWMyOTliNTNkZDQ2NDNiYzIifQ%3D%3D; expires=Thu, 31-Jul-2025 01:12:27 GMT; path=/; httponlyuj_group_session=eyJpdiI6IllycmswUUhJYkIyMVVYT0dCTVBuRkE9PSIsInZhbHVlIjoiUmhFNmExOW9DWXVRaktidlwvTm9JTmwrSWMxM1cyU0puZnhHb3NBMllwdDhtRjVJb2dFdDdzZHJ2U0MyRTF1aWt" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "kFCxw1VOOrWP2UUsEeLVBr2fBWDveojtJHXUvwZl" "_previous" => array:1 [ "url" => "http://usj-old.tcs-web.work/truck/truck_search?search_params%5Bbody_category%5D=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]