Similar profiles
Request history8.3.19PHP Version920msRequest Duration10MBMemory UsageGET escorts/{slug}Route
  • warninglog[20:04:11] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[20:04:11] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • Booting (116ms)time
  • Application (804ms)time
  • 1 x Application (87.38%)
    804ms
    1 x Booting (12.62%)
    116ms
    11 templates were rendered
    • frontend.staff-profilestaff-profile.blade.php#?blade
    • frontend.layouts.appapp.blade.php#?blade
    • frontend.layouts.headerheader.blade.php#?blade
    • frontend.layouts.header-navbarheader-navbar.blade.php#?blade
    • frontend.layouts.header-components.brandbrand.blade.php#?blade
    • frontend.layouts.header-components.navigationsnavigations.blade.php#?blade
    • frontend.layouts.header-components.brandbrand.blade.php#?blade
    • frontend.partials.categories.listlist.blade.php#?blade
    • frontend.partials.services.listlist.blade.php#?blade
    • frontend.layouts.header-components.contactscontacts.blade.php#?blade
    • frontend.layouts.footerfooter.blade.php#?blade
    uri
    GET escorts/{slug}
    middleware
    web
    controller
    App\Http\Controllers\Frontend\PagesController@staffProfilePage
    as
    frontend.staff.profile
    namespace
    where
    file
    app/Http/Controllers/Frontend/PagesController.php:66-88
    92 statements were executed (55 duplicates)Show only duplicates106ms
    • DatabaseSessionHandler.php#97crushescorts880μsselect * from `sessions` where `id` = '4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO' limit 1
      Bindings
      • 0: 4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:113
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:101
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:85
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
    • PagesController.php#68crushescorts1msselect * from `staff` where `status` = 1 and `slug` = 'caprice' and `staff`.`deleted_at` is null limit 1
      Bindings
      • 0: 1
      • 1: caprice
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#68crushescorts1.31msselect * from `reviews` where `reviews`.`staff_id` in (25) and `reviews`.`deleted_at` is null
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#68crushescorts1.86msselect * from `rates` where `rates`.`staff_id` in (25)
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#70crushescorts1.43msselect avg(`rating`) as aggregate from `reviews` where `reviews`.`staff_id` = 25 and `reviews`.`staff_id` is not null and `is_active` = 1 and `reviews`.`deleted_at` is null
      Bindings
      • 0: 25
      • 1: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:70
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#72crushescorts980μsselect * from `staff` where `status` = 1 and `id` < 25 and `staff`.`deleted_at` is null order by `id` desc limit 1
      Bindings
      • 0: 1
      • 1: 25
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:72
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#73crushescorts790μsselect * from `staff` where `status` = 1 and `id` > 25 and `staff`.`deleted_at` is null order by `id` asc limit 1
      Bindings
      • 0: 1
      • 1: 25
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:73
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#79crushescorts13.92msselect `staff`.*, (select avg(`reviews`.`rating`) from `reviews` where `staff`.`id` = `reviews`.`staff_id` and `reviews`.`deleted_at` is null) as `reviews_avg_rating` from `staff` where `status` = 1 and `id` != 25 and `staff`.`deleted_at` is null having `reviews_avg_rating` > 3.5
      Bindings
      • 0: 1
      • 1: 25
      • 2: 3.5
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:79
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#84crushescorts1.64msselect * from `locations` where `status` = 1 and `locations`.`deleted_at` is null order by `title` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:84
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#85crushescorts1.19msselect * from `categories` where `status` = 1 and `categories`.`deleted_at` is null order by `title` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:85
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • staff-profile.blade.php#4crushescorts2.07msselect * from `stats` where `stats`.`staff_id` = 25 and `stats`.`staff_id` is not null
      Bindings
      • 0: 25
      Backtrace
      • view::frontend.staff-profile:4
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • Setting.php#47crushescorts790μsselect `value` from `settings` where `key` = 'company-name' limit 1
      Bindings
      • 0: company-name
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:23
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts910μsselect `value` from `settings` where `key` = 'company-name' limit 1
      Bindings
      • 0: company-name
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • InteractsWithMedia.php#534crushescorts1.15msselect * from `media` where `media`.`model_id` in (25) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • view::frontend.staff-profile:86
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts780μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts750μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts780μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts720μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts830μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts770μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts960μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts1.31msselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts730μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts690μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts830μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts650μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts740μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts650μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts700μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts800μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts730μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts1.01msselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts730μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts660μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts690μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts690μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#116crushescorts2.61msselect `locations`.*, `location_staff`.`staff_id` as `pivot_staff_id`, `location_staff`.`location_id` as `pivot_location_id` from `locations` inner join `location_staff` on `locations`.`id` = `location_staff`.`location_id` where `location_staff`.`staff_id` = 25 and `locations`.`deleted_at` is null
      Bindings
      • 0: 25
      Backtrace
      • view::frontend.staff-profile:116
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • Setting.php#47crushescorts690μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:165
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • staff-profile.blade.php#179crushescorts1.6msselect `categories`.*, `category_staff`.`staff_id` as `pivot_staff_id`, `category_staff`.`category_id` as `pivot_category_id` from `categories` inner join `category_staff` on `categories`.`id` = `category_staff`.`category_id` where `category_staff`.`staff_id` = 25 and `categories`.`deleted_at` is null
      Bindings
      • 0: 25
      Backtrace
      • view::frontend.staff-profile:179
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#198crushescorts910μsselect `services`.*, `service_staff`.`staff_id` as `pivot_staff_id`, `service_staff`.`service_id` as `pivot_service_id` from `services` inner join `service_staff` on `services`.`id` = `service_staff`.`service_id` where `service_staff`.`staff_id` = 25 and `services`.`deleted_at` is null
      Bindings
      • 0: 25
      Backtrace
      • view::frontend.staff-profile:198
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts980μsselect * from `media` where `media`.`model_id` in (50) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts670μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.19msselect * from `rates` where `rates`.`staff_id` = 50 and `rates`.`staff_id` is not null
      Bindings
      • 0: 50
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.29msselect * from `reviews` where `reviews`.`staff_id` = 50 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 50
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.04msselect * from `media` where `media`.`model_id` in (93) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts750μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.59msselect * from `rates` where `rates`.`staff_id` = 93 and `rates`.`staff_id` is not null
      Bindings
      • 0: 93
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.67msselect * from `reviews` where `reviews`.`staff_id` = 93 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 93
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.11msselect * from `media` where `media`.`model_id` in (156) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts790μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.3msselect * from `rates` where `rates`.`staff_id` = 156 and `rates`.`staff_id` is not null
      Bindings
      • 0: 156
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.39msselect * from `reviews` where `reviews`.`staff_id` = 156 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 156
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.03msselect * from `media` where `media`.`model_id` in (175) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts760μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.3msselect * from `rates` where `rates`.`staff_id` = 175 and `rates`.`staff_id` is not null
      Bindings
      • 0: 175
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.33msselect * from `reviews` where `reviews`.`staff_id` = 175 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 175
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.07msselect * from `media` where `media`.`model_id` in (179) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts960μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.97msselect * from `rates` where `rates`.`staff_id` = 179 and `rates`.`staff_id` is not null
      Bindings
      • 0: 179
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.49msselect * from `reviews` where `reviews`.`staff_id` = 179 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 179
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.16msselect * from `media` where `media`.`model_id` in (181) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts820μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.34msselect * from `rates` where `rates`.`staff_id` = 181 and `rates`.`staff_id` is not null
      Bindings
      • 0: 181
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.4msselect * from `reviews` where `reviews`.`staff_id` = 181 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 181
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • PluginService.php#12crushescorts680μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • Setting.php#68crushescorts730μsselect exists(select * from `settings` where `key` = 'google-tag-manager-code') as `exists`
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:68
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:32
      • vendor/rawilk/laravel-settings/src/Settings.php:258
      • view::frontend.layouts.header:42
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts860μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header:42
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts790μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header:53
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts760μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts780μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts710μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts1.04msselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts710μsselect * from `plugins` where `name` = 'duo_gallery' limit 1
      Bindings
      • 0: duo_gallery
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.header-components.navigations:16
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • Setting.php#47crushescorts790μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:2
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts710μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:4
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts660μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:6
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts780μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts760μsselect * from `plugins` where `name` = 'news_letter' limit 1
      Bindings
      • 0: news_letter
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.app:3
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • Setting.php#47crushescorts2.24msselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:44
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts890μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:44
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts720μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts710μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts740μsselect `value` from `settings` where `key` = 'address' limit 1
      Bindings
      • 0: address
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:46
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts630μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:80
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts870μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:85
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts740μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:90
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#68crushescorts950μsselect exists(select * from `settings` where `key` = 'google-tag-manager-code') as `exists`
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:68
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:32
      • vendor/rawilk/laravel-settings/src/Settings.php:258
      • view::frontend.layouts.footer:111
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts870μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:111
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts770μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts1.11msselect * from `plugins` where `name` = 'favourites' limit 1
      Bindings
      • 0: favourites
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.footer:137
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • DatabaseSessionHandler.php#97crushescorts1.02msselect * from `sessions` where `id` = '4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO' limit 1
      Bindings
      • 0: 4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
    • DatabaseSessionHandler.php#158crushescorts1.88msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiM0NQOWV6YVFCajdnNzk1blZFV05vdE8wTWJMNVFaOVYzN3NXbTlqOSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDQ6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9jYXByaWNlIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1743192251, null, '172.70.178.80', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO')
      Bindings
      • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiM0NQOWV6YVFCajdnNzk1blZFV05vdE8wTWJMNVFaOVYzN3NXbTlqOSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDQ6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9jYXByaWNlIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==
      • 1: 1743192251
      • 2: 
      • 3: 172.70.178.80
      • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
      • 5: 4vKu9hkVHBFldWaw4GKwcMVhCp1URegZiMqAhktO
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
    App\Models\Location
    65Location.php#?
    Spatie\MediaLibrary\MediaCollections\Models\Media
    59Media.php#?
    App\Models\Staff
    35Staff.php#?
    App\Models\Rate
    35Rate.php#?
    App\Models\Plugin
    32Plugin.php#?
    App\Models\Category
    31Category.php#?
    Rawilk\Settings\Models\Setting
    23Setting.php#?
    App\Models\Review
    21Review.php#?
    App\Models\Stat
    10Stat.php#?
        _token
        3CP9ezaQBj7g795nVEWNotO0MbL5QZ9V37sWm9j9
        _previous
        array:1 [ "url" => "https://www.crushescorts.com/escorts/caprice" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /escorts/caprice
        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:25 [ "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-connecting-ip" => array:1 [ 0 => "3.14.9.169" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "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" ] "cf-ray" => array:1 [ 0 => "9279bc2de95c0298-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "3.14.9.169" ] "x-real-ip" => array:1 [ 0 => "172.70.178.80" ] "host" => array:1 [ 0 => "www.crushescorts.com" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 28 Mar 2025 20:04:11 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFvRmF1LzlsOUgvdjB0K1A1ZkJFN1E9PSIsInZhbHVlIjoicXRzdHNvQVJ3b3ZvMDR3Tkt2US81WTZiaWlmR1dqUnhqUDRIU3R0TUttbFR1TnRPZDk0RW9CQlh3T28rakFoczcwUUxmdlhPQnJWS3RDYzJiOXRMeFlZZStXa0FZd1JtSWMvKzY1L20veTVRdXFOcEdNQnJPcENtb09YdU5CTFUiLCJtYWMiOiJiMDk1ZDZiZWQ3MmZjMDRlNjFlOWZkNmRiM2NiNWQ5MWQwNjE1NzZlODcyNmVmNjJkNDk5ZjAzMjVmZjZhY2U4IiwidGFnIjoiIn0%3D; expires=Fri, 28 Mar 2025 22:04:11 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlFvRmF1LzlsOUgvdjB0K1A1ZkJFN1E9PSIsInZhbHVlIjoicXRzdHNvQVJ3b3ZvMDR3Tkt2US81WTZiaWlmR1dqUnhqUDRIU3R0TUttbFR1TnRPZDk0RW9CQlh3T28rakFoczcwUUxmd" 1 => "crush_escorts_session=eyJpdiI6Im5kQmJodWtTbGVFMVpXYnJGbGxxS0E9PSIsInZhbHVlIjoiT2pDOU93QW8xSmwyTi8zelZZR09LckRQaHBDclNwQ0tIaG9OZFAyM2szVGxJSU1EczFsNENkY3ZrUFpsRWluVFZWWXRwd3M3QjVZS3NpTVBIdVlSVnprekp6S2NDTE92Zm1BZXAxVm42MytqT3doVXQ0NlI1aldBamtiWmJPTnQiLCJtYWMiOiIzZTRlN2ZmN2NiMTA5MWNiMTM1M2Q1Yjk4YzNhYjljYWY4ODk3MmMwZjBhNjNmMWNiZjY1MmM0MjljZWRlOWZkIiwidGFnIjoiIn0%3D; expires=Fri, 28 Mar 2025 22:04:11 GMT; Max-Age=7200; path=/; secure; samesite=laxcrush_escorts_session=eyJpdiI6Im5kQmJodWtTbGVFMVpXYnJGbGxxS0E9PSIsInZhbHVlIjoiT2pDOU93QW8xSmwyTi8zelZZR09LckRQaHBDclNwQ0tIaG9OZFAyM2szVGxJSU1EczFsNENkY3ZrUFpsRW" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFvRmF1LzlsOUgvdjB0K1A1ZkJFN1E9PSIsInZhbHVlIjoicXRzdHNvQVJ3b3ZvMDR3Tkt2US81WTZiaWlmR1dqUnhqUDRIU3R0TUttbFR1TnRPZDk0RW9CQlh3T28rakFoczcwUUxmdlhPQnJWS3RDYzJiOXRMeFlZZStXa0FZd1JtSWMvKzY1L20veTVRdXFOcEdNQnJPcENtb09YdU5CTFUiLCJtYWMiOiJiMDk1ZDZiZWQ3MmZjMDRlNjFlOWZkNmRiM2NiNWQ5MWQwNjE1NzZlODcyNmVmNjJkNDk5ZjAzMjVmZjZhY2U4IiwidGFnIjoiIn0%3D; expires=Fri, 28-Mar-2025 22:04:11 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlFvRmF1LzlsOUgvdjB0K1A1ZkJFN1E9PSIsInZhbHVlIjoicXRzdHNvQVJ3b3ZvMDR3Tkt2US81WTZiaWlmR1dqUnhqUDRIU3R0TUttbFR1TnRPZDk0RW9CQlh3T28rakFoczcwUUxmd" 1 => "crush_escorts_session=eyJpdiI6Im5kQmJodWtTbGVFMVpXYnJGbGxxS0E9PSIsInZhbHVlIjoiT2pDOU93QW8xSmwyTi8zelZZR09LckRQaHBDclNwQ0tIaG9OZFAyM2szVGxJSU1EczFsNENkY3ZrUFpsRWluVFZWWXRwd3M3QjVZS3NpTVBIdVlSVnprekp6S2NDTE92Zm1BZXAxVm42MytqT3doVXQ0NlI1aldBamtiWmJPTnQiLCJtYWMiOiIzZTRlN2ZmN2NiMTA5MWNiMTM1M2Q1Yjk4YzNhYjljYWY4ODk3MmMwZjBhNjNmMWNiZjY1MmM0MjljZWRlOWZkIiwidGFnIjoiIn0%3D; expires=Fri, 28-Mar-2025 22:04:11 GMT; path=/; securecrush_escorts_session=eyJpdiI6Im5kQmJodWtTbGVFMVpXYnJGbGxxS0E9PSIsInZhbHVlIjoiT2pDOU93QW8xSmwyTi8zelZZR09LckRQaHBDclNwQ0tIaG9OZFAyM2szVGxJSU1EczFsNENkY3ZrUFpsRW" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "3CP9ezaQBj7g795nVEWNotO0MbL5QZ9V37sWm9j9" "_previous" => array:1 [ "url" => "https://www.crushescorts.com/escorts/caprice" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-03-28 20:04:11GET/escorts/caprice21192311