Similar profiles
Request history8.3.19PHP Version821msRequest Duration10MBMemory UsageGET escorts/{slug}Route
  • warninglog[16:55:08] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • Booting (142ms)time
  • Application (679ms)time
  • 1 x Application (82.68%)
    679ms
    1 x Booting (17.32%)
    142ms
    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
    83 statements were executed (45 duplicates)Show only duplicates82.76ms
    • DatabaseSessionHandler.php#97crushescorts760μsselect * from `sessions` where `id` = 'mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP' limit 1
      Bindings
      • 0: mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP
      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#68crushescorts910μsselect * from `staff` where `status` = 1 and `slug` = 'alma' and `staff`.`deleted_at` is null limit 1
      Bindings
      • 0: 1
      • 1: alma
      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.25msselect * from `reviews` where `reviews`.`staff_id` in (65) 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.23msselect * from `rates` where `rates`.`staff_id` in (65)
      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.14msselect avg(`rating`) as aggregate from `reviews` where `reviews`.`staff_id` = 65 and `reviews`.`staff_id` is not null and `is_active` = 1 and `reviews`.`deleted_at` is null
      Bindings
      • 0: 65
      • 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#72crushescorts790μsselect * from `staff` where `status` = 1 and `id` < 65 and `staff`.`deleted_at` is null order by `id` desc limit 1
      Bindings
      • 0: 1
      • 1: 65
      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#73crushescorts820μsselect * from `staff` where `status` = 1 and `id` > 65 and `staff`.`deleted_at` is null order by `id` asc limit 1
      Bindings
      • 0: 1
      • 1: 65
      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.47msselect `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` != 65 and `staff`.`deleted_at` is null having `reviews_avg_rating` > 3.5
      Bindings
      • 0: 1
      • 1: 65
      • 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.57msselect * 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.02msselect * 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#4crushescorts1.89msselect * from `stats` where `stats`.`staff_id` = 65 and `stats`.`staff_id` is not null
      Bindings
      • 0: 65
      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#47crushescorts680μ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#47crushescorts630μ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.12msselect * from `media` where `media`.`model_id` in (65) 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#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#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
    • 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#12crushescorts1.03msselect * 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#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
    • PluginService.php#12crushescorts640μ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#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
    • PluginService.php#12crushescorts630μ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#12crushescorts570μ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#12crushescorts520μ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#12crushescorts530μ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.28msselect `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` = 65 and `locations`.`deleted_at` is null
      Bindings
      • 0: 65
      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#47crushescorts610μ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.34msselect `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` = 65 and `categories`.`deleted_at` is null
      Bindings
      • 0: 65
      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#198crushescorts960μ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` = 65 and `services`.`deleted_at` is null
      Bindings
      • 0: 65
      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
    • staff-profile.blade.php#287crushescorts1.24msselect * from `reviews` where `reviews`.`staff_id` = 65 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 65
      Backtrace
      • view::frontend.staff-profile:287
      • 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#534crushescorts840μsselect * from `media` where `media`.`model_id` in (56) 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#12crushescorts1.1msselect * 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.08msselect * from `rates` where `rates`.`staff_id` = 56 and `rates`.`staff_id` is not null
      Bindings
      • 0: 56
      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.11msselect * from `reviews` where `reviews`.`staff_id` = 56 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 56
      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#534crushescorts800μsselect * from `media` where `media`.`model_id` in (68) 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#12crushescorts550μ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.06msselect * from `rates` where `rates`.`staff_id` = 68 and `rates`.`staff_id` is not null
      Bindings
      • 0: 68
      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.04msselect * from `reviews` where `reviews`.`staff_id` = 68 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 68
      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#534crushescorts730μsselect * from `media` where `media`.`model_id` in (74) 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#12crushescorts530μ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#349crushescorts990μsselect * from `rates` where `rates`.`staff_id` = 74 and `rates`.`staff_id` is not null
      Bindings
      • 0: 74
      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.07msselect * from `reviews` where `reviews`.`staff_id` = 74 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 74
      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#534crushescorts800μsselect * from `media` where `media`.`model_id` in (88) 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#12crushescorts550μ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` = 88 and `rates`.`staff_id` is not null
      Bindings
      • 0: 88
      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.11msselect * from `reviews` where `reviews`.`staff_id` = 88 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 88
      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#534crushescorts930μsselect * from `media` where `media`.`model_id` in (102) 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.19msselect * from `rates` where `rates`.`staff_id` = 102 and `rates`.`staff_id` is not null
      Bindings
      • 0: 102
      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.57msselect * from `reviews` where `reviews`.`staff_id` = 102 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 102
      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#534crushescorts960μsselect * from `media` where `media`.`model_id` in (149) 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#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
    • staff-profile.blade.php#349crushescorts1.04msselect * from `rates` where `rates`.`staff_id` = 149 and `rates`.`staff_id` is not null
      Bindings
      • 0: 149
      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` = 149 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 149
      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#12crushescorts550μ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#68crushescorts660μ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#47crushescorts650μ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#47crushescorts580μ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#47crushescorts610μ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#47crushescorts440μ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#47crushescorts450μ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
    • PluginService.php#12crushescorts520μ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#47crushescorts580μ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#47crushescorts610μ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#47crushescorts630μ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#47crushescorts550μ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#12crushescorts560μ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#47crushescorts560μ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#47crushescorts500μ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#47crushescorts480μ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#47crushescorts500μ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#47crushescorts810μ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#47crushescorts670μ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#47crushescorts650μ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#68crushescorts570μ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#47crushescorts680μ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#47crushescorts560μ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#12crushescorts480μsselect * 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#97crushescorts600μsselect * from `sessions` where `id` = 'mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP' limit 1
      Bindings
      • 0: mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP
      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.27msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoieUw1aW5PNTlvdGc5RGxjY3hNVG1UZWVhSmFOczZDZVY1M0Z1QlY4aSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9hbG1hIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1743267308, null, '172.70.100.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP')
      Bindings
      • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoieUw1aW5PNTlvdGc5RGxjY3hNVG1UZWVhSmFOczZDZVY1M0Z1QlY4aSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9hbG1hIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==
      • 1: 1743267308
      • 2: 
      • 3: 172.70.100.195
      • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
      • 5: mW44SR0hEQ9RE3Cjl2dNOe3VQkWTMoM5hBu6U1IP
      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
    80Location.php#?
    Spatie\MediaLibrary\MediaCollections\Models\Media
    74Media.php#?
    App\Models\Review
    41Review.php#?
    App\Models\Staff
    34Staff.php#?
    App\Models\Category
    30Category.php#?
    App\Models\Rate
    29Rate.php#?
    Rawilk\Settings\Models\Setting
    23Setting.php#?
    App\Models\Plugin
    22Plugin.php#?
    App\Models\Service
    14Service.php#?
    App\Models\Stat
    10Stat.php#?
        _token
        yL5inO59otg9DlccxMTmTeeaJaNs6CeV53FuBV8i
        _previous
        array:1 [ "url" => "https://www.crushescorts.com/escorts/alma" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /escorts/alma
        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.144.228.87" ] "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 => "9280e4a0cb179120-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "3.144.228.87" ] "x-real-ip" => array:1 [ 0 => "172.70.100.195" ] "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 => "Sat, 29 Mar 2025 16:55:08 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdzSDVEOEx6Y0dyTGlTbGJkVHFHNkE9PSIsInZhbHVlIjoiL3VQaFF2Q0o4Y2RodFVWTTBBOTlUaFVmTGNrQUMxcHRQVXJDMVAraUE1REdyK1Z1Smk3Y0lmMStlcGdRNE95KzRucVRzaGpmVDhMSUhJaGlwcnVjbjNxc1U2SVhqZ0dDaEhhcWk4MjEyM1l5MUFjOHNETWFTejVaclNwTkFuZW4iLCJtYWMiOiI4MmQzNGI2MTdlZjMyY2JkYTFiY2EzZjIxZGY1NGZlNDYxYTgwZTA2NTA1ZjRkOWQwNGU4N2RkY2QxNWVhNmI0IiwidGFnIjoiIn0%3D; expires=Sat, 29 Mar 2025 18:55:08 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImdzSDVEOEx6Y0dyTGlTbGJkVHFHNkE9PSIsInZhbHVlIjoiL3VQaFF2Q0o4Y2RodFVWTTBBOTlUaFVmTGNrQUMxcHRQVXJDMVAraUE1REdyK1Z1Smk3Y0lmMStlcGdRNE95KzRucVRza" 1 => "crush_escorts_session=eyJpdiI6InUrMHZKeWxpVnVaK2VPeDJ2QU5xNXc9PSIsInZhbHVlIjoiWnZSN09lWkVOSTUxRk1PbEVjRE9EUnVwZGhyek1IVnB1clV4dTM4TTdxQzVBUm1BYWtnUmtiY0ZkTG9OZjZ3YWl3a0QwUE1oalJmNXlUck1oUEJ2Z2F5MlYvN2szenlkb0k3b3FZWDNJMS9TS0RmODRyM1JzcmR6QTZ0RDBoS3AiLCJtYWMiOiIwZDdkMzAxZmM3NzUxMDM4MGU0ODdkOWQ2Nzk4ZjhjZGU2NmY1NWNmMmEwYTEwMzQxYzU4MmVmMzZjNDgzNmJkIiwidGFnIjoiIn0%3D; expires=Sat, 29 Mar 2025 18:55:08 GMT; Max-Age=7200; path=/; secure; samesite=laxcrush_escorts_session=eyJpdiI6InUrMHZKeWxpVnVaK2VPeDJ2QU5xNXc9PSIsInZhbHVlIjoiWnZSN09lWkVOSTUxRk1PbEVjRE9EUnVwZGhyek1IVnB1clV4dTM4TTdxQzVBUm1BYWtnUmtiY0ZkTG9OZj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdzSDVEOEx6Y0dyTGlTbGJkVHFHNkE9PSIsInZhbHVlIjoiL3VQaFF2Q0o4Y2RodFVWTTBBOTlUaFVmTGNrQUMxcHRQVXJDMVAraUE1REdyK1Z1Smk3Y0lmMStlcGdRNE95KzRucVRzaGpmVDhMSUhJaGlwcnVjbjNxc1U2SVhqZ0dDaEhhcWk4MjEyM1l5MUFjOHNETWFTejVaclNwTkFuZW4iLCJtYWMiOiI4MmQzNGI2MTdlZjMyY2JkYTFiY2EzZjIxZGY1NGZlNDYxYTgwZTA2NTA1ZjRkOWQwNGU4N2RkY2QxNWVhNmI0IiwidGFnIjoiIn0%3D; expires=Sat, 29-Mar-2025 18:55:08 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImdzSDVEOEx6Y0dyTGlTbGJkVHFHNkE9PSIsInZhbHVlIjoiL3VQaFF2Q0o4Y2RodFVWTTBBOTlUaFVmTGNrQUMxcHRQVXJDMVAraUE1REdyK1Z1Smk3Y0lmMStlcGdRNE95KzRucVRza" 1 => "crush_escorts_session=eyJpdiI6InUrMHZKeWxpVnVaK2VPeDJ2QU5xNXc9PSIsInZhbHVlIjoiWnZSN09lWkVOSTUxRk1PbEVjRE9EUnVwZGhyek1IVnB1clV4dTM4TTdxQzVBUm1BYWtnUmtiY0ZkTG9OZjZ3YWl3a0QwUE1oalJmNXlUck1oUEJ2Z2F5MlYvN2szenlkb0k3b3FZWDNJMS9TS0RmODRyM1JzcmR6QTZ0RDBoS3AiLCJtYWMiOiIwZDdkMzAxZmM3NzUxMDM4MGU0ODdkOWQ2Nzk4ZjhjZGU2NmY1NWNmMmEwYTEwMzQxYzU4MmVmMzZjNDgzNmJkIiwidGFnIjoiIn0%3D; expires=Sat, 29-Mar-2025 18:55:08 GMT; path=/; securecrush_escorts_session=eyJpdiI6InUrMHZKeWxpVnVaK2VPeDJ2QU5xNXc9PSIsInZhbHVlIjoiWnZSN09lWkVOSTUxRk1PbEVjRE9EUnVwZGhyek1IVnB1clV4dTM4TTdxQzVBUm1BYWtnUmtiY0ZkTG9OZj" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "yL5inO59otg9DlccxMTmTeeaJaNs6CeV53FuBV8i" "_previous" => array:1 [ "url" => "https://www.crushescorts.com/escorts/alma" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-03-29 16:55:08GET/escorts/alma11183357