BMW 320 2006

Bmw e90 M performance موديل 2006 اتوماتيك لسه مسقطه سيستم 2000cc كامل ماشي حوالي ال90000 وطالعه stage one حوالي 180hp والعربيه ماشيه 218 ومثبوت علي الرخصه فابريكة دواخل مرور القوات المسلحه ورخصه سنه مالك اساسي بدون توكيلات جنط M 18 Low spoiler وشبكه tiger black وكاوتش جديد بطاريه جديده بضمان من شهرين طاره M جلد مالتي مرايات m قلاب Exhaust system Kit M performance one of one طنابير وعفشه وتيل 30 Mexson horn Led interior Led Welcome فوانيس Hella و زينون امريكي بختم bmw تم عمل جميع الصيانات سيور وفلاتر و بوجيهات و جوانات وصبابات وطرمبة بنزين معدله اسبور و مباين و زيوت كامله وعفشه مجدده

  • Automatic
  • option_air
  • option_direction
  • option_remote_key
Comfort
  • Power Steering
  • Air Conditioning
  • Remote Keyless
  • Electric mirrors
  • Leather seats
Windows
  • Front Power Windows
  • Back Power Windows
Sound System
  • CD Changer
  • AUX
  • USB Port
  • Cassette Radio
Safety
  • Side Airbag
  • ABS
  • EBD
  • EPS
  • Driver Airbag
  • Passenger Airbag
Other
  • Fog light
  • Alloy wheels
  • Alarm
  • Power Seats
  • Central lock
8.3.0PHP Version175msRequest Duration3MBMemory UsageGET en/brands/{brand}/{model}/car_used/{car}Route
    • Booting (32.87ms)
    • Application (143ms)
    • 1 x Application (81.22%)
      142.50ms
      1 x Booting (18.73%)
      32.87ms
      4 templates were rendered
      • cars.show (resources/views/cars/show.blade.php)1bladefile
        Params
        0
        car
      • layouts.app (resources/views/layouts/app.blade.php)12bladefile
        Params
        0
        servicesCategory
        1
        sidebar
        2
        componentName
        3
        attributes
        4
        resolve
        5
        flushCache
        6
        forgetFactory
        7
        forgetComponentsResolver
        8
        resolveComponentsUsing
        9
        slot
        10
        header
        11
        __laravel_slots
      • layouts.main-navbar (resources/views/layouts/main-navbar.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        settings
        3
        errors
        4
        servicesCategory
        5
        sidebar
        6
        componentName
        7
        attributes
        8
        resolve
        9
        flushCache
        10
        forgetFactory
        11
        forgetComponentsResolver
        12
        resolveComponentsUsing
        13
        slot
        14
        header
        15
        __laravel_slots
      • layouts.footer (resources/views/layouts/footer.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        settings
        3
        errors
        4
        servicesCategory
        5
        sidebar
        6
        componentName
        7
        attributes
        8
        resolve
        9
        flushCache
        10
        forgetFactory
        11
        forgetComponentsResolver
        12
        resolveComponentsUsing
        13
        slot
        14
        header
        15
        __laravel_slots
      uri
      GET en/brands/{brand}/{model}/car_used/{car}
      middleware
      web
      controller
      App\Http\Controllers\CarController@show
      namespace
      prefix
      en/brands/{brand:slug}/{model:slug}
      where
      as
      cars.show
      file
      app/Http/Controllers/CarController.php:40-76
      9 statements were executed, 2 of which were duplicated, 7 unique. Show only duplicated112ms
      • select * from `brands` where `slug` = 'bmw' limit 1
        4.17ms/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61shkman
        Metadata
        Bindings
        • 0. bmw
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `models` where `models`.`brand_id` = 8 and `models`.`brand_id` is not null and `slug` = '320' order by `price_min` asc limit 1
        2.26ms/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:56shkman
        Metadata
        Bindings
        • 0. 8
        • 1. 320
        Backtrace
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:56
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 22. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 23. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `cars` where `id` = '110816' limit 1
        1.11ms/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61shkman
        Metadata
        Bindings
        • 0. 110816
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `brands` where `brands`.`id` = 8 limit 1
        940μs/app/Models/Car.php:94shkman
        Metadata
        Bindings
        • 0. 8
        Backtrace
        • 20. /app/Models/Car.php:94
        • 26. /app/Http/Controllers/CarController.php:42
        • 27. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `models` where `models`.`id` = 108 limit 1
        870μs/app/Models/Car.php:94shkman
        Metadata
        Bindings
        • 0. 108
        Backtrace
        • 20. /app/Models/Car.php:94
        • 26. /app/Http/Controllers/CarController.php:42
        • 27. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `media` where `media`.`model_id` in (110816) and `media`.`model_type` = 'App\Models\Car'
        2.08ms/vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545shkman
        Metadata
        Bindings
        • 0. App\Models\Car
        Backtrace
        • 22. /vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • 23. /vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • 24. /vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • 25. /vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:282
        • 26. /vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:294
      • select * from `colors` where `colors`.`id` = 7 limit 1
        1.61ms/app/Http/Controllers/CarController.php:71shkman
        Metadata
        Bindings
        • 0. 7
        Backtrace
        • 20. /app/Http/Controllers/CarController.php:71
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `service_categories`.*, (select count(*) from `services` inner join `category_service` on `services`.`id` = `category_service`.`service_id` where `service_categories`.`id` = `category_service`.`service_category_id`) as `services_count` from `service_categories` where `priority` > 0 order by `services_count` desc
        97.42ms/app/View/Components/AppLayout.php:26shkman
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 14. /app/View/Components/AppLayout.php:26
        • 15. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 16. view::cars.show:6
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `brands` where `brands`.`id` = 8 limit 1
        1.95msview::cars.show:46shkman
        Metadata
        Bindings
        • 0. 8
        Backtrace
        • 20. view::cars.show:46
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\ServiceCategory
      8
      App\Models\Color
      1
      Spatie\MediaLibrary\MediaCollections\Models\Media
      1
      App\Models\Car
      1
      App\Models\CarModel
      2
      App\Models\Brand
      3
        _token
        NJLIb7i1Sjmg4YBqGgK1BXBYGVRl0HWu7Z9dnA7j
        _previous
        array:1 [ "url" => "https://shkman.com/en/brands/bmw/320/car_used/110816" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        telescope
        View in Telescope
        path_info
        /en/brands/bmw/320/car_used/110816
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:24 [ "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "18.219.125.103" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "931ebc96bc74863e-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-for" => array:1 [ 0 => "18.219.125.103" ] "host" => array:1 [ 0 => "shkman.com" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:47 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "18.219.125.103" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_SITE" => "none" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_CF_RAY" => "931ebc96bc74863e-ORD" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_X_FORWARDED_FOR" => "18.219.125.103" "HTTP_HOST" => "shkman.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SERVER_NAME" => "shkman.com" "SERVER_PORT" => "443" "SERVER_ADDR" => "161.35.29.3" "REMOTE_PORT" => "" "REMOTE_ADDR" => "18.219.125.103" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/forge/shkman.com/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/en/brands/bmw/320/car_used/110816" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/forge/shkman.com/public/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744922418.2914 "REQUEST_TIME" => 1744922418 ]
        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 => "Thu, 17 Apr 2025 20:40:18 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdFMDhhZktsQklzdS9pcmxaRWRQS2c9PSIsInZhbHVlIjoiL0oyM3h0aEQ3ZHZudUxFek5KVUdiTFI0amNFWXFkTU44ZWpKcEtINHViK3d6WVc3dkEyekQrNDBvOERuSTJmT0V4STVKNW4vTzlnUXhxZjR2SnR4czlKOUN1YjJXb2JJOE55RnFQOXpLbjZLMTZETTRQRWZScTJKdlVpMTRaZzciLCJtYWMiOiIzM2RkZGI2MGNhNTZlOTlmNzYxNjlkNzkwMjBjNmFiZWE0OGJmYTIwNjFlNzI3ODZiMWQzZTQ2MTY1MjYzODUzIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 22:40:18 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjdFMDhhZktsQklzdS9pcmxaRWRQS2c9PSIsInZhbHVlIjoiL0oyM3h0aEQ3ZHZudUxFek5KVUdiTFI0amNFWXFkTU44ZWpKcEtINHViK3d6WVc3dkEyekQrNDBvOERuSTJmT0V4STVKN" 1 => "shkman_session=eyJpdiI6ImZ1SXZ3ZnNPMU5RUVQ5MG56RWlOS2c9PSIsInZhbHVlIjoiMnR3ZWRvcUFhRmVLbFhEb0lqVWh1S3B4eXB0TExYeGc0TUc4b1d0VVJRNm9iTTlGUkd6MWw0ZGtNRndyZGxEN0VUWTA3Y2ZSTXVKbkYxcFhQQWVnelg1TkRQK1ZvSU1VSUJyWmNaZjFSeENVWFV5d09JUEZqTWxrTFltaFQrZysiLCJtYWMiOiJjOTIyZjhkZGJhNWM4MTIyYWUxYjc2Y2NhNGEwOGE5MmEyZTY4NDkwNzg4ZjJhYzNmYmE5NjExNTZkYTcwNDAyIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 22:40:18 GMT; Max-Age=7200; path=/; httponly; samesite=laxshkman_session=eyJpdiI6ImZ1SXZ3ZnNPMU5RUVQ5MG56RWlOS2c9PSIsInZhbHVlIjoiMnR3ZWRvcUFhRmVLbFhEb0lqVWh1S3B4eXB0TExYeGc0TUc4b1d0VVJRNm9iTTlGUkd6MWw0ZGtNRndyZGxEN0VUW" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdFMDhhZktsQklzdS9pcmxaRWRQS2c9PSIsInZhbHVlIjoiL0oyM3h0aEQ3ZHZudUxFek5KVUdiTFI0amNFWXFkTU44ZWpKcEtINHViK3d6WVc3dkEyekQrNDBvOERuSTJmT0V4STVKNW4vTzlnUXhxZjR2SnR4czlKOUN1YjJXb2JJOE55RnFQOXpLbjZLMTZETTRQRWZScTJKdlVpMTRaZzciLCJtYWMiOiIzM2RkZGI2MGNhNTZlOTlmNzYxNjlkNzkwMjBjNmFiZWE0OGJmYTIwNjFlNzI3ODZiMWQzZTQ2MTY1MjYzODUzIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 22:40:18 GMT; path=/XSRF-TOKEN=eyJpdiI6IjdFMDhhZktsQklzdS9pcmxaRWRQS2c9PSIsInZhbHVlIjoiL0oyM3h0aEQ3ZHZudUxFek5KVUdiTFI0amNFWXFkTU44ZWpKcEtINHViK3d6WVc3dkEyekQrNDBvOERuSTJmT0V4STVKN" 1 => "shkman_session=eyJpdiI6ImZ1SXZ3ZnNPMU5RUVQ5MG56RWlOS2c9PSIsInZhbHVlIjoiMnR3ZWRvcUFhRmVLbFhEb0lqVWh1S3B4eXB0TExYeGc0TUc4b1d0VVJRNm9iTTlGUkd6MWw0ZGtNRndyZGxEN0VUWTA3Y2ZSTXVKbkYxcFhQQWVnelg1TkRQK1ZvSU1VSUJyWmNaZjFSeENVWFV5d09JUEZqTWxrTFltaFQrZysiLCJtYWMiOiJjOTIyZjhkZGJhNWM4MTIyYWUxYjc2Y2NhNGEwOGE5MmEyZTY4NDkwNzg4ZjJhYzNmYmE5NjExNTZkYTcwNDAyIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 22:40:18 GMT; path=/; httponlyshkman_session=eyJpdiI6ImZ1SXZ3ZnNPMU5RUVQ5MG56RWlOS2c9PSIsInZhbHVlIjoiMnR3ZWRvcUFhRmVLbFhEb0lqVWh1S3B4eXB0TExYeGc0TUc4b1d0VVJRNm9iTTlGUkd6MWw0ZGtNRndyZGxEN0VUW" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "NJLIb7i1Sjmg4YBqGgK1BXBYGVRl0HWu7Z9dnA7j" "_previous" => array:1 [ "url" => "https://shkman.com/en/brands/bmw/320/car_used/110816" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]