Similar profiles
Request history8.3.19PHP Version856msRequest Duration10MBMemory UsageGET escorts/{slug}Route
  • warninglog[22:19:58] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[22:19:58] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • Booting (96.97ms)time
  • Application (759ms)time
  • 1 x Application (88.67%)
    759ms
    1 x Booting (11.33%)
    96.97ms
    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
    95 statements were executed (57 duplicates)Show only duplicates91.67ms
    • DatabaseSessionHandler.php#97crushescorts840μsselect * from `sessions` where `id` = 'fUr1Ze7pReKb5m3ruZLUTzBMddJQX1OOnKGF3sc1' limit 1
      Bindings
      • 0: fUr1Ze7pReKb5m3ruZLUTzBMddJQX1OOnKGF3sc1
      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#68crushescorts790μsselect * from `staff` where `status` = 1 and `slug` = 'lolita' and `staff`.`deleted_at` is null limit 1
      Bindings
      • 0: 1
      • 1: lolita
      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.05msselect * from `reviews` where `reviews`.`staff_id` in (1) 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.1msselect * from `rates` where `rates`.`staff_id` in (1)
      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.02msselect avg(`rating`) as aggregate from `reviews` where `reviews`.`staff_id` = 1 and `reviews`.`staff_id` is not null and `is_active` = 1 and `reviews`.`deleted_at` is null
      Bindings
      • 0: 1
      • 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#72crushescorts850μsselect * from `staff` where `status` = 1 and `id` < 1 and `staff`.`deleted_at` is null order by `id` desc limit 1
      Bindings
      • 0: 1
      • 1: 1
      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#73crushescorts780μsselect * from `staff` where `status` = 1 and `id` > 1 and `staff`.`deleted_at` is null order by `id` asc limit 1
      Bindings
      • 0: 1
      • 1: 1
      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.1msselect `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` != 1 and `staff`.`deleted_at` is null having `reviews_avg_rating` > 3.5
      Bindings
      • 0: 1
      • 1: 1
      • 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.47msselect * 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.01msselect * 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.98msselect * from `stats` where `stats`.`staff_id` = 1 and `stats`.`staff_id` is not null
      Bindings
      • 0: 1
      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#47crushescorts690μ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#47crushescorts580μ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#534crushescorts960μsselect * from `media` where `media`.`model_id` in (1) 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#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
    • 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#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#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#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#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#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#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#12crushescorts890μ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#12crushescorts810μ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#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#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
    • 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#12crushescorts710μ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#12crushescorts540μ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#12crushescorts560μ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#12crushescorts610μ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#12crushescorts580μ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#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
    • 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#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
    • staff-profile.blade.php#116crushescorts1.89msselect `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` = 1 and `locations`.`deleted_at` is null
      Bindings
      • 0: 1
      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#47crushescorts780μ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.76msselect `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` = 1 and `categories`.`deleted_at` is null
      Bindings
      • 0: 1
      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#198crushescorts860μ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` = 1 and `services`.`deleted_at` is null
      Bindings
      • 0: 1
      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#534crushescorts880μ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#12crushescorts610μ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` = 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.12msselect * 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.15msselect * 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
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • 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
    • staff-profile.blade.php#349crushescorts1.28msselect * from `rates` where `rates`.`staff_id` = 65 and `rates`.`staff_id` is not null
      Bindings
      • 0: 65
      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.47msselect * 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: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 (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#12crushescorts600μ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#349crushescorts2.28msselect * 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.31msselect * 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#534crushescorts1.01msselect * from `media` where `media`.`model_id` in (99) 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#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
    • staff-profile.blade.php#349crushescorts1.05msselect * from `rates` where `rates`.`staff_id` = 99 and `rates`.`staff_id` is not null
      Bindings
      • 0: 99
      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.03msselect * from `reviews` where `reviews`.`staff_id` = 99 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 99
      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#534crushescorts850μsselect * from `media` where `media`.`model_id` in (165) 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#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
    • staff-profile.blade.php#349crushescorts1.27msselect * from `rates` where `rates`.`staff_id` = 165 and `rates`.`staff_id` is not null
      Bindings
      • 0: 165
      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.34msselect * from `reviews` where `reviews`.`staff_id` = 165 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 165
      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#534crushescorts920μsselect * from `media` where `media`.`model_id` in (173) 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#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
    • staff-profile.blade.php#349crushescorts1.24msselect * from `rates` where `rates`.`staff_id` = 173 and `rates`.`staff_id` is not null
      Bindings
      • 0: 173
      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.16msselect * from `reviews` where `reviews`.`staff_id` = 173 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 173
      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#12crushescorts590μ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#68crushescorts610μ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#47crushescorts630μ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#47crushescorts580μ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#47crushescorts570μ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#47crushescorts550μ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#47crushescorts580μ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#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.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts1msselect * 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#47crushescorts760μ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#47crushescorts660μ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#47crushescorts610μ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#47crushescorts770μ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#12crushescorts640μ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#47crushescorts570μ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#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#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.footer:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts560μ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#47crushescorts550μ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#47crushescorts560μ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#47crushescorts500μ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#47crushescorts490μ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#68crushescorts650μ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#47crushescorts580μ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#47crushescorts600μ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#12crushescorts670μ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#173crushescorts1.45msupdate `sessions` set `payload` = 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiaVN1d1VyamdlNEJaWlF0VFBVMUFkRUJzdjVKQnd5bldSbkwzb1h1ZSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9sb2xpdGEiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', `last_activity` = 1743286799, `user_id` = null, `ip_address` = '172.70.100.136', `user_agent` = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' where `id` = 'fUr1Ze7pReKb5m3ruZLUTzBMddJQX1OOnKGF3sc1'
      Bindings
      • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiaVN1d1VyamdlNEJaWlF0VFBVMUFkRUJzdjVKQnd5bldSbkwzb1h1ZSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9sb2xpdGEiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
      • 1: 1743286799
      • 2: 
      • 3: 172.70.100.136
      • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
      • 5: fUr1Ze7pReKb5m3ruZLUTzBMddJQX1OOnKGF3sc1
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:173
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:140
      • 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
    Spatie\MediaLibrary\MediaCollections\Models\Media
    62Media.php#?
    App\Models\Location
    56Location.php#?
    App\Models\Review
    39Review.php#?
    App\Models\Plugin
    36Plugin.php#?
    App\Models\Staff
    34Staff.php#?
    App\Models\Rate
    33Rate.php#?
    App\Models\Category
    33Category.php#?
    Rawilk\Settings\Models\Setting
    23Setting.php#?
    App\Models\Stat
    10Stat.php#?
        _token
        iSuwUrjge4BZZQtTPU1AdEBsv5JBwynWRnL3oXue
        _previous
        array:1 [ "url" => "https://www.crushescorts.com/escorts/lolita" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /escorts/lolita
        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:26 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdybGRhMUNldnYyQlRub2dPWG9YbWc9PSIsInZhbHVlIjoicGpuZ0hYUTZ1a0lXWU1IZ1dSRk10aVhZMkZXTHdSZTI1Mm1DUlJwM3RwRG9pRyswQXI2KzViNWlidTJnc3UrNkJOb2tGTjUwL3dwWlNGUkFQaU94bkVuaGhtOEpHdUJZTm9kQWdkN21XdWFUM0p1VklYejQyVmVLL2U5R3RqZFUiLCJtYWMiOiJhNjU0NTBjNWVmZjA1MzAyNmI0NDA4YjM0YzBlNTg2MDA5ZjY1Mzg0YmEwZmY4OWU2ZmE0NjQ5YTYwMjdmZjZkIiwidGFnIjoiIn0%3D; crush_escorts_session=eyJpdiI6IllqcGRocVhIZXkwTXE3M2xQVzFqNWc9PSIsInZhbHVlIjoiU21XVjYvaFJtbzVhd0haSFh0T2Z6d3lvVlhtZzUvYVpCTXI5SFY5OU5oUUdXTE14NU5LaDB6VUZVWThIcTNHOW5VcXhxRTRyOVQvS0k2cFFZUWhLZ3BER3FhUTA2aFdwRi9iWVNxUWNyU1dQN0ZIaDg5ODBPamlQYXVDakw0S1giLCJtYWMiOiIwNTI3OTMyNzdlNjc1OWRmNzNlZTg2NmVlNTcwZGI5ZDkyM2Y0ZDAzZmQyZGRiNmJjYjFkZjM5OGNmNDk0NjRkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImdybGRhMUNldnYyQlRub2dPWG9YbWc9PSIsInZhbHVlIjoicGpuZ0hYUTZ1a0lXWU1IZ1dSRk10aVhZMkZXTHdSZTI1Mm1DUlJwM3RwRG9pRyswQXI2KzViNWlidTJnc3UrNkJOb2tGT" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-connecting-ip" => array:1 [ 0 => "18.191.50.205" ] "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" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-ray" => array:1 [ 0 => "9282c0777d36eb65-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "18.191.50.205" ] "x-real-ip" => array:1 [ 0 => "172.70.100.136" ] "host" => array:1 [ 0 => "www.crushescorts.com" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "iSuwUrjge4BZZQtTPU1AdEBsv5JBwynWRnL3oXue" "crush_escorts_session" => "fUr1Ze7pReKb5m3ruZLUTzBMddJQX1OOnKGF3sc1" ]
        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 22:19:58 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJXdzdGeSs1R1Z0QmlTNjdGS1d5VUE9PSIsInZhbHVlIjoiaVhqMTdXaDVxZ0NZMGJwTUx6SXczb09TWHVWR0VPSzVSeUhZTmxJbDdWbmVPdDZiSk5pSkpHRDRWSUd1SGRRTGZ3WUUrUFlhM2FWeFZqR01MOXdmSHNRVHhKNjhBbS8xMi9KUE1Lc3BPR0pCVHA3QW5FdkRnWElKWGlnazNtWTkiLCJtYWMiOiI2MTJkMWFiZGZjOTgyMzIzOTU1NDliM2JmNGUzNTliZDFhOGY0ZGZlMjZhZWYwMmE1N2YwNmFjNmEwYTI1ZWRjIiwidGFnIjoiIn0%3D; expires=Sun, 30 Mar 2025 00:19:59 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlJXdzdGeSs1R1Z0QmlTNjdGS1d5VUE9PSIsInZhbHVlIjoiaVhqMTdXaDVxZ0NZMGJwTUx6SXczb09TWHVWR0VPSzVSeUhZTmxJbDdWbmVPdDZiSk5pSkpHRDRWSUd1SGRRTGZ3WUUrU" 1 => "crush_escorts_session=eyJpdiI6IjdYTlI2TWZJc1dQLzZoazIzZzhETFE9PSIsInZhbHVlIjoiNEx5Rmo5UkZ0aWRROGw4MEhXbEhKY0dLMXExSWJnMWdqelpJQzZ3UEVNck96Zk1PWkNGTUVyR2RMQTZxSEljMXNQdmVHTEQ0aXpLWFFNdk4xZGk5Q0twYS81SFUvc0ZzdURxV1JtNDNvT05EZ3dTdk5MTU5DbXN3Y1lUQnNiMmoiLCJtYWMiOiJjZDFkOTcxMTE3OWI3ODIzMjhhMjk3OWEwM2UwNjgxOTE4NDljZDEzZWIyYTFjZjZhMTFlZjg2ZmQxMzFiNmFlIiwidGFnIjoiIn0%3D; expires=Sun, 30 Mar 2025 00:19:59 GMT; Max-Age=7200; path=/; secure; samesite=laxcrush_escorts_session=eyJpdiI6IjdYTlI2TWZJc1dQLzZoazIzZzhETFE9PSIsInZhbHVlIjoiNEx5Rmo5UkZ0aWRROGw4MEhXbEhKY0dLMXExSWJnMWdqelpJQzZ3UEVNck96Zk1PWkNGTUVyR2RMQTZxSE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJXdzdGeSs1R1Z0QmlTNjdGS1d5VUE9PSIsInZhbHVlIjoiaVhqMTdXaDVxZ0NZMGJwTUx6SXczb09TWHVWR0VPSzVSeUhZTmxJbDdWbmVPdDZiSk5pSkpHRDRWSUd1SGRRTGZ3WUUrUFlhM2FWeFZqR01MOXdmSHNRVHhKNjhBbS8xMi9KUE1Lc3BPR0pCVHA3QW5FdkRnWElKWGlnazNtWTkiLCJtYWMiOiI2MTJkMWFiZGZjOTgyMzIzOTU1NDliM2JmNGUzNTliZDFhOGY0ZGZlMjZhZWYwMmE1N2YwNmFjNmEwYTI1ZWRjIiwidGFnIjoiIn0%3D; expires=Sun, 30-Mar-2025 00:19:59 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlJXdzdGeSs1R1Z0QmlTNjdGS1d5VUE9PSIsInZhbHVlIjoiaVhqMTdXaDVxZ0NZMGJwTUx6SXczb09TWHVWR0VPSzVSeUhZTmxJbDdWbmVPdDZiSk5pSkpHRDRWSUd1SGRRTGZ3WUUrU" 1 => "crush_escorts_session=eyJpdiI6IjdYTlI2TWZJc1dQLzZoazIzZzhETFE9PSIsInZhbHVlIjoiNEx5Rmo5UkZ0aWRROGw4MEhXbEhKY0dLMXExSWJnMWdqelpJQzZ3UEVNck96Zk1PWkNGTUVyR2RMQTZxSEljMXNQdmVHTEQ0aXpLWFFNdk4xZGk5Q0twYS81SFUvc0ZzdURxV1JtNDNvT05EZ3dTdk5MTU5DbXN3Y1lUQnNiMmoiLCJtYWMiOiJjZDFkOTcxMTE3OWI3ODIzMjhhMjk3OWEwM2UwNjgxOTE4NDljZDEzZWIyYTFjZjZhMTFlZjg2ZmQxMzFiNmFlIiwidGFnIjoiIn0%3D; expires=Sun, 30-Mar-2025 00:19:59 GMT; path=/; securecrush_escorts_session=eyJpdiI6IjdYTlI2TWZJc1dQLzZoazIzZzhETFE9PSIsInZhbHVlIjoiNEx5Rmo5UkZ0aWRROGw4MEhXbEhKY0dLMXExSWJnMWdqelpJQzZ3UEVNck96Zk1PWkNGTUVyR2RMQTZxSE" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "iSuwUrjge4BZZQtTPU1AdEBsv5JBwynWRnL3oXue" "_previous" => array:1 [ "url" => "https://www.crushescorts.com/escorts/lolita" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-03-29 22:19:59GET/escorts/lolita21195326