Illuminate\Database\Eloquent\Builder {#517
  #query: Illuminate\Database\Query\Builder {#524
    +connection: Grimzy\LaravelMysqlSpatial\MysqlConnection {#1531
      #pdo: Doctrine\DBAL\Driver\PDOConnection {#1515
        inTransaction: false
        attributes: {
          CASE: NATURAL
          ERRMODE: EXCEPTION
          AUTOCOMMIT: 1
          PERSISTENT: false
          DRIVER_NAME: "mysql"
          SERVER_INFO: "Uptime: 6581714  Threads: 1  Questions: 88337965  Slow queries: 0  Opens: 649  Flush tables: 1  Open tables: 635  Queries per second avg: 13.421"
          ORACLE_NULLS: NATURAL
          CLIENT_VERSION: "mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $"
          SERVER_VERSION: "5.7.25"
          STATEMENT_CLASS: array:2 [
            0 => "Doctrine\DBAL\Driver\PDOStatement"
            1 => []
          ]
          EMULATE_PREPARES: 0
          CONNECTION_STATUS: "Localhost via UNIX socket"
          DEFAULT_FETCH_MODE: BOTH
        }
      }
      #readPdo: null
      #database: "property"
      #tablePrefix: ""
      #config: array:15 [
        "driver" => "mysql"
        "host" => "localhost"
        "port" => "3306"
        "database" => "property"
        "username" => "root"
        "password" => "UgOWPTAtrxQ5"
        "unix_socket" => "/opt/bitnami/mysql/tmp/mysql.sock"
        "charset" => "utf8mb4"
        "collation" => "utf8mb4_unicode_ci"
        "prefix" => ""
        "prefix_indexes" => true
        "strict" => true
        "engine" => null
        "options" => []
        "name" => "mysql"
      ]
      #reconnector: Closure($connection) {#38
        class: "Illuminate\Database\DatabaseManager"
        this: Illuminate\Database\DatabaseManager {#22 …}
        file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php"
        line: "64 to 66"
      }
      #queryGrammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1532
        #operators: array:1 [
          0 => "sounds like"
        ]
        #selectComponents: array:11 [
          0 => "aggregate"
          1 => "columns"
          2 => "from"
          3 => "joins"
          4 => "wheres"
          5 => "groups"
          6 => "havings"
          7 => "orders"
          8 => "limit"
          9 => "offset"
          10 => "lock"
        ]
        #tablePrefix: ""
      }
      #schemaGrammar: Grimzy\LaravelMysqlSpatial\Schema\Grammars\MySqlGrammar {#1530
        #modifiers: array:12 [
          0 => "Unsigned"
          1 => "Charset"
          2 => "Collate"
          3 => "VirtualAs"
          4 => "StoredAs"
          5 => "Nullable"
          6 => "Default"
          7 => "Increment"
          8 => "Comment"
          9 => "After"
          10 => "First"
          11 => "Srid"
        ]
        #serials: array:5 [
          0 => "bigInteger"
          1 => "integer"
          2 => "mediumInteger"
          3 => "smallInteger"
          4 => "tinyInteger"
        ]
        #transactions: false
        #fluentCommands: []
        #tablePrefix: ""
      }
      #postProcessor: Illuminate\Database\Query\Processors\MySqlProcessor {#1533}
      #events: Illuminate\Events\Dispatcher {#27
        #container: Illuminate\Foundation\Application {#2
          #basePath: "/opt/bitnami/frameworks/laravel"
          #hasBeenBootstrapped: true
          #booted: true
          #bootingCallbacks: array:4 [
            0 => Closure() {#1688
              class: "Illuminate\Foundation\Application"
              this: Illuminate\Foundation\Application {#2}
              use: {
                $instance: Illuminate\Validation\ValidationServiceProvider {#1690
                  #app: Illuminate\Foundation\Application {#2}
                  #defer: false
                }
              }
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
              line: "744 to 746"
            }
            1 => Closure() {#1672
              class: "Illuminate\Foundation\Application"
              this: Illuminate\Foundation\Application {#2}
              use: {
                $instance: Illuminate\Translation\TranslationServiceProvider {#1686
                  #app: Illuminate\Foundation\Application {#2}
                  #defer: false
                }
              }
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
              line: "744 to 746"
            }
            2 => Closure() {#1579
              class: "Illuminate\Foundation\Application"
              this: Illuminate\Foundation\Application {#2}
              use: {
                $instance: Illuminate\Foundation\Providers\ConsoleSupportServiceProvider {#1670
                  #providers: array:3 [
                    0 => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                    1 => "Illuminate\Database\MigrationServiceProvider"
                    2 => "Illuminate\Foundation\Providers\ComposerServiceProvider"
                  ]
                  #instances: array:3 [
                    0 => Illuminate\Foundation\Providers\ArtisanServiceProvider {#1669
                      #commands: array:40 [
                        "CacheClear" => "command.cache.clear"
                        "CacheForget" => "command.cache.forget"
                        "ClearCompiled" => "command.clear-compiled"
                        "ClearResets" => "command.auth.resets.clear"
                        "ConfigCache" => "command.config.cache"
                        "ConfigClear" => "command.config.clear"
                        "Down" => "command.down"
                        "Environment" => "command.environment"
                        "EventCache" => "command.event.cache"
                        "EventClear" => "command.event.clear"
                        "EventList" => "command.event.list"
                        "KeyGenerate" => "command.key.generate"
                        "Migrate" => "command.migrate"
                        "MigrateFresh" => "command.migrate.fresh"
                        "MigrateInstall" => "command.migrate.install"
                        "MigrateRefresh" => "command.migrate.refresh"
                        "MigrateReset" => "command.migrate.reset"
                        "MigrateRollback" => "command.migrate.rollback"
                        "MigrateStatus" => "command.migrate.status"
                        "Optimize" => "command.optimize"
                        "OptimizeClear" => "command.optimize.clear"
                        "PackageDiscover" => "command.package.discover"
                        "Preset" => "command.preset"
                        "QueueFailed" => "command.queue.failed"
                        "QueueFlush" => "command.queue.flush"
                        "QueueForget" => "command.queue.forget"
                        "QueueListen" => "command.queue.listen"
                        "QueueRestart" => "command.queue.restart"
                        "QueueRetry" => "command.queue.retry"
                        "QueueWork" => "command.queue.work"
                        "RouteCache" => "command.route.cache"
                        "RouteClear" => "command.route.clear"
                        "RouteList" => "command.route.list"
                        "Seed" => "command.seed"
                        "ScheduleFinish" => "Illuminate\Console\Scheduling\ScheduleFinishCommand"
                        "ScheduleRun" => "Illuminate\Console\Scheduling\ScheduleRunCommand"
                        "StorageLink" => "command.storage.link"
                        "Up" => "command.up"
                        "ViewCache" => "command.view.cache"
                        "ViewClear" => "command.view.clear"
                      ]
                      #devCommands: array:31 [
                        "AppName" => "command.app.name"
                        "AuthMake" => "command.auth.make"
                        "CacheTable" => "command.cache.table"
                        "ChannelMake" => "command.channel.make"
                        "ConsoleMake" => "command.console.make"
                        "ControllerMake" => "command.controller.make"
                        "EventGenerate" => "command.event.generate"
                        "EventMake" => "command.event.make"
                        "ExceptionMake" => "command.exception.make"
                        "FactoryMake" => "command.factory.make"
                        "JobMake" => "command.job.make"
                        "ListenerMake" => "command.listener.make"
                        "MailMake" => "command.mail.make"
                        "MiddlewareMake" => "command.middleware.make"
                        "MigrateMake" => "command.migrate.make"
                        "ModelMake" => "command.model.make"
                        "NotificationMake" => "command.notification.make"
                        "NotificationTable" => "command.notification.table"
                        "ObserverMake" => "command.observer.make"
                        "PolicyMake" => "command.policy.make"
                        "ProviderMake" => "command.provider.make"
                        "QueueFailedTable" => "command.queue.failed-table"
                        "QueueTable" => "command.queue.table"
                        "RequestMake" => "command.request.make"
                        "ResourceMake" => "command.resource.make"
                        "RuleMake" => "command.rule.make"
                        "SeederMake" => "command.seeder.make"
                        "SessionTable" => "command.session.table"
                        "Serve" => "command.serve"
                        "TestMake" => "command.test.make"
                        "VendorPublish" => "command.vendor.publish"
                      ]
                      #app: Illuminate\Foundation\Application {#2}
                      #defer: false
                    }
                    1 => Illuminate\Database\MigrationServiceProvider {#1596
                      #app: Illuminate\Foundation\Application {#2}
                      #defer: false
                    }
                    2 => Illuminate\Foundation\Providers\ComposerServiceProvider {#1592
                      #app: Illuminate\Foundation\Application {#2}
                      #defer: false
                    }
                  ]
                  #app: Illuminate\Foundation\Application {#2}
                  #defer: false
                }
              }
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
              line: "744 to 746"
            }
            3 => Closure() {#1544
              class: "Illuminate\Foundation\Application"
              this: Illuminate\Foundation\Application {#2}
              use: {
                $instance: Illuminate\Hashing\HashServiceProvider {#1547
                  #app: Illuminate\Foundation\Application {#2}
                  #defer: false
                }
              }
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
              line: "744 to 746"
            }
          ]
          #bootedCallbacks: array:1 [
            0 => Closure() {#1441
              class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
              this: App\Providers\RouteServiceProvider {#1697
                #namespace: "App\Http\Controllers"
                #app: Illuminate\Foundation\Application {#2}
                #defer: false
              }
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
              line: "38 to 41"
            }
          ]
          #terminatingCallbacks: []
          #serviceProviders: array:49 [
            0 => Illuminate\Events\EventServiceProvider {#7 …}
            1 => Illuminate\Log\LogServiceProvider {#9
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            2 => Illuminate\Routing\RoutingServiceProvider {#11
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            3 => Illuminate\Auth\AuthServiceProvider {#50
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            4 => Illuminate\Cookie\CookieServiceProvider {#57
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            5 => Illuminate\Database\DatabaseServiceProvider {#59
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            6 => Illuminate\Encryption\EncryptionServiceProvider {#66
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            7 => Illuminate\Filesystem\FilesystemServiceProvider {#68
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider {#74
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            9 => Illuminate\Foundation\Providers\FoundationServiceProvider {#73
              #providers: array:1 [
                0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
              ]
              #instances: array:1 [
                0 => Illuminate\Foundation\Providers\FormRequestServiceProvider {#74}
              ]
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            10 => Illuminate\Notifications\NotificationServiceProvider {#77
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            11 => Illuminate\Pagination\PaginationServiceProvider {#79
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            12 => Illuminate\Session\SessionServiceProvider {#83
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            13 => Illuminate\View\ViewServiceProvider {#87
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            14 => Anhskohbo\NoCaptcha\NoCaptchaServiceProvider {#91
              #defer: false
              #app: Illuminate\Foundation\Application {#2}
            }
            15 => Arrilot\Widgets\ServiceProvider {#93
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            16 => BeyondCode\DumpServer\DumpServerServiceProvider {#100
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            17 => Fideloper\Proxy\TrustedProxyServiceProvider {#108
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            18 => Grimzy\LaravelMysqlSpatial\SpatialServiceProvider {#109
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            19 => Huddle\Zendesk\Providers\ZendeskServiceProvider {#61
              #defer: false
              #app: Illuminate\Foundation\Application {#2}
            }
            20 => Intervention\Image\ImageServiceProvider {#111
              #defer: false
              #provider: Intervention\Image\ImageServiceProviderLaravelRecent {#112
                #app: Illuminate\Foundation\Application {#2}
                #defer: false
              }
              #app: Illuminate\Foundation\Application {#2}
            }
            21 => LaraCrafts\UrlShortener\UrlShortenerServiceProvider {#114
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            22 => Larapack\DoctrineSupport\DoctrineSupportServiceProvider {#117
              #types: array:1 [
                "mysql" => array:1 [ …1]
              ]
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            23 => Larapack\Hooks\HooksServiceProvider {#120
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            24 => Larapack\VoyagerHooks\VoyagerHooksServiceProvider {#119
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            25 => Maatwebsite\Excel\ExcelServiceProvider {#141
              #defer: false
              #app: Illuminate\Foundation\Application {#2}
            }
            26 => MaddHatter\LaravelFullcalendar\ServiceProvider {#150
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            27 => Mtownsend\ReadTime\Providers\ReadTimeServiceProvider {#152
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            28 => Mydnic\Subscribers\SubscribersServiceProvider {#154
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            29 => Carbon\Laravel\ServiceProvider {#155
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            30 => Spatie\LaravelImageOptimizer\ImageOptimizerServiceProvider {#156
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            31 => Spatie\Newsletter\NewsletterServiceProvider {#159
              #defer: false
              #app: Illuminate\Foundation\Application {#2}
            }
            32 => TCG\Voyager\Providers\VoyagerEventServiceProvider {#162
              #listen: array:3 [
                "TCG\Voyager\Events\BreadAdded" => array:2 [ …2]
                "TCG\Voyager\Events\BreadDeleted" => array:1 [ …1]
                "TCG\Voyager\Events\SettingUpdated" => array:1 [ …1]
              ]
              #subscribe: []
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            33 => TCG\Voyager\Providers\VoyagerDummyServiceProvider {#163
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            34 => TCG\Voyager\VoyagerServiceProvider {#161
              #policies: array:29 [
                "TCG\Voyager\Models\Setting" => "TCG\Voyager\Policies\SettingPolicy"
                "TCG\Voyager\Models\MenuItem" => "TCG\Voyager\Policies\MenuItemPolicy"
                "TCG\Voyager\Models\User" => "TCG\Voyager\Policies\UserPolicy"
                "TCG\Voyager\Models\Menu" => "TCG\Voyager\Policies\BasePolicy"
                "TCG\Voyager\Models\Role" => "TCG\Voyager\Policies\BasePolicy"
                "App\Listing" => "TCG\Voyager\Policies\BasePolicy"
                "App\CondoName" => "TCG\Voyager\Policies\BasePolicy"
                "App\City" => "TCG\Voyager\Policies\BasePolicy"
                "App\District" => "TCG\Voyager\Policies\BasePolicy"
                "App\AlbumImage" => "TCG\Voyager\Policies\BasePolicy"
                "App\Album" => "TCG\Voyager\Policies\BasePolicy"
                "App\HouseName" => "TCG\Voyager\Policies\BasePolicy"
                "App\SubdivisionName" => "TCG\Voyager\Policies\BasePolicy"
                "App\Article" => "TCG\Voyager\Policies\BasePolicy"
                "App\Category" => "TCG\Voyager\Policies\BasePolicy"
                "App\Bookmark" => "TCG\Voyager\Policies\BasePolicy"
                "App\Audit" => "TCG\Voyager\Policies\BasePolicy"
                "App\Job" => "TCG\Voyager\Policies\BasePolicy"
                "App\RentedOutProperty" => "TCG\Voyager\Policies\BasePolicy"
                "App\Developer" => "TCG\Voyager\Policies\BasePolicy"
                "App\Subscriber" => "TCG\Voyager\Policies\BasePolicy"
                "App\DevelopersListing" => "TCG\Voyager\Policies\BasePolicy"
                "App\QuickInqury" => "TCG\Voyager\Policies\BasePolicy"
                "App\Campaign" => "TCG\Voyager\Policies\BasePolicy"
                "App\CampaignLead" => "TCG\Voyager\Policies\BasePolicy"
                "App\FastInquiry" => "TCG\Voyager\Policies\BasePolicy"
                "App\AddressDetail" => "TCG\Voyager\Policies\BasePolicy"
                "App\BuildingName" => "TCG\Voyager\Policies\BasePolicy"
                "App\BlockListIpAddress" => "TCG\Voyager\Policies\BasePolicy"
              ]
              #gates: array:6 [
                0 => "browse_admin"
                1 => "browse_bread"
                2 => "browse_database"
                3 => "browse_media"
                4 => "browse_compass"
                5 => "browse_hooks"
              ]
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            35 => App\Providers\AppServiceProvider {#1702
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            36 => App\Providers\AuthServiceProvider {#1691
              #policies: []
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            37 => App\Providers\EventServiceProvider {#1698
              #listen: array:1 [
                "Illuminate\Auth\Events\Registered" => array:1 [ …1]
              ]
              #subscribe: []
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            38 => App\Providers\RouteServiceProvider {#1697}
            39 => App\Providers\GoogleDriveServiceProvider {#1696
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            40 => App\Providers\RepositoryServiceProvider {#1695
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
            41 => Illuminate\Validation\ValidationServiceProvider {#1690}
            42 => Illuminate\Translation\TranslationServiceProvider {#1686}
            43 => Illuminate\Foundation\Providers\ArtisanServiceProvider {#1669}
            44 => Illuminate\Database\MigrationServiceProvider {#1596}
            45 => Illuminate\Foundation\Providers\ComposerServiceProvider {#1592}
            46 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider {#1670}
            47 => Illuminate\Hashing\HashServiceProvider {#1547}
            48 => Illuminate\Cache\CacheServiceProvider {#534
              #app: Illuminate\Foundation\Application {#2}
              #defer: false
            }
          ]
          #loadedProviders: array:49 [
            "Illuminate\Events\EventServiceProvider" => true
            "Illuminate\Log\LogServiceProvider" => true
            "Illuminate\Routing\RoutingServiceProvider" => true
            "Illuminate\Auth\AuthServiceProvider" => true
            "Illuminate\Cookie\CookieServiceProvider" => true
            "Illuminate\Database\DatabaseServiceProvider" => true
            "Illuminate\Encryption\EncryptionServiceProvider" => true
            "Illuminate\Filesystem\FilesystemServiceProvider" => true
            "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
            "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
            "Illuminate\Notifications\NotificationServiceProvider" => true
            "Illuminate\Pagination\PaginationServiceProvider" => true
            "Illuminate\Session\SessionServiceProvider" => true
            "Illuminate\View\ViewServiceProvider" => true
            "Anhskohbo\NoCaptcha\NoCaptchaServiceProvider" => true
            "Arrilot\Widgets\ServiceProvider" => true
            "BeyondCode\DumpServer\DumpServerServiceProvider" => true
            "Fideloper\Proxy\TrustedProxyServiceProvider" => true
            "Grimzy\LaravelMysqlSpatial\SpatialServiceProvider" => true
            "Huddle\Zendesk\Providers\ZendeskServiceProvider" => true
            "Intervention\Image\ImageServiceProvider" => true
            "LaraCrafts\UrlShortener\UrlShortenerServiceProvider" => true
            "Larapack\DoctrineSupport\DoctrineSupportServiceProvider" => true
            "Larapack\Hooks\HooksServiceProvider" => true
            "Larapack\VoyagerHooks\VoyagerHooksServiceProvider" => true
            "Maatwebsite\Excel\ExcelServiceProvider" => true
            "MaddHatter\LaravelFullcalendar\ServiceProvider" => true
            "Mtownsend\ReadTime\Providers\ReadTimeServiceProvider" => true
            "Mydnic\Subscribers\SubscribersServiceProvider" => true
            "Carbon\Laravel\ServiceProvider" => true
            "Spatie\LaravelImageOptimizer\ImageOptimizerServiceProvider" => true
            "Spatie\Newsletter\NewsletterServiceProvider" => true
            "TCG\Voyager\Providers\VoyagerEventServiceProvider" => true
            "TCG\Voyager\Providers\VoyagerDummyServiceProvider" => true
            "TCG\Voyager\VoyagerServiceProvider" => true
            "App\Providers\AppServiceProvider" => true
            "App\Providers\AuthServiceProvider" => true
            "App\Providers\EventServiceProvider" => true
            "App\Providers\RouteServiceProvider" => true
            "App\Providers\GoogleDriveServiceProvider" => true
            "App\Providers\RepositoryServiceProvider" => true
            "Illuminate\Validation\ValidationServiceProvider" => true
            "Illuminate\Translation\TranslationServiceProvider" => true
            "Illuminate\Foundation\Providers\ArtisanServiceProvider" => true
            "Illuminate\Database\MigrationServiceProvider" => true
            "Illuminate\Foundation\Providers\ComposerServiceProvider" => true
            "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" => true
            "Illuminate\Hashing\HashServiceProvider" => true
            "Illuminate\Cache\CacheServiceProvider" => true
          ]
          #deferredServices: array:104 [
            "Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider"
            "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider"
            "Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider"
            "Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
            "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
            "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider"
            "cache" => "Illuminate\Cache\CacheServiceProvider"
            "memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
            "command.cache.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.cache.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.clear-compiled" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.config.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.config.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.down" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.environment" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.event.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.event.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.event.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.key.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.fresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.optimize" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.optimize.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.package.discover" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.preset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.listen" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.restart" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.work" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.route.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.route.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.route.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "Illuminate\Console\Scheduling\ScheduleFinishCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.storage.link" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.up" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.view.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.view.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.app.name" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.auth.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.cache.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.channel.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.console.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.event.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.event.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.exception.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.factory.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.job.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.listener.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.mail.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.model.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.notification.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.notification.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.observer.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.policy.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.provider.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.queue.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.request.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.resource.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.rule.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.session.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.serve" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.test.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "command.vendor.publish" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
            "hash.driver" => "Illuminate\Hashing\HashServiceProvider"
            "mailer" => "Illuminate\Mail\MailServiceProvider"
            "swift.mailer" => "Illuminate\Mail\MailServiceProvider"
            "swift.transport" => "Illuminate\Mail\MailServiceProvider"
            "Illuminate\Mail\Markdown" => "Illuminate\Mail\MailServiceProvider"
            "Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider"
            "queue" => "Illuminate\Queue\QueueServiceProvider"
            "queue.worker" => "Illuminate\Queue\QueueServiceProvider"
            "queue.listener" => "Illuminate\Queue\QueueServiceProvider"
            "queue.failer" => "Illuminate\Queue\QueueServiceProvider"
            "queue.connection" => "Illuminate\Queue\QueueServiceProvider"
            "redis" => "Illuminate\Redis\RedisServiceProvider"
            "redis.connection" => "Illuminate\Redis\RedisServiceProvider"
            "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
            "auth.password.broker" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
            "translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
            "validation.presence" => "Illuminate\Validation\ValidationServiceProvider"
            "agent" => "Jenssegers\Agent\AgentServiceProvider"
            "Jenssegers\Agent\Agent" => "Jenssegers\Agent\AgentServiceProvider"
            "command.tinker" => "Laravel\Tinker\TinkerServiceProvider"
            "NunoMaduro\Collision\Contracts\Provider" => "NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider"
            "OwenIt\Auditing\Contracts\Auditor" => "OwenIt\Auditing\AuditingServiceProvider"
          ]
          #appPath: null
          #databasePath: null
          #storagePath: null
          #environmentPath: null
          #environmentFile: ".env"
          #namespace: null
          #resolved: array:77 [
            "events" => true
            "router" => true
            "App\Http\Kernel" => true
            "Illuminate\Contracts\Http\Kernel" => true
            "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => true
            "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
            "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
            "env" => true
            "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
            "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
            "view.engine.resolver" => true
            "files" => true
            "view.finder" => true
            "view" => true
            "voyager" => true
            "TCG\Voyager\FormFields\CheckboxHandler" => true
            "TCG\Voyager\FormFields\MultipleCheckboxHandler" => true
            "TCG\Voyager\FormFields\ColorHandler" => true
            "TCG\Voyager\FormFields\DateHandler" => true
            "TCG\Voyager\FormFields\FileHandler" => true
            "TCG\Voyager\FormFields\ImageHandler" => true
            "TCG\Voyager\FormFields\MultipleImagesHandler" => true
            "TCG\Voyager\FormFields\MediaPickerHandler" => true
            "TCG\Voyager\FormFields\NumberHandler" => true
            "TCG\Voyager\FormFields\PasswordHandler" => true
            "TCG\Voyager\FormFields\RadioBtnHandler" => true
            "TCG\Voyager\FormFields\RichTextBoxHandler" => true
            "TCG\Voyager\FormFields\CodeEditorHandler" => true
            "TCG\Voyager\FormFields\MarkdownEditorHandler" => true
            "TCG\Voyager\FormFields\SelectDropdownHandler" => true
            "TCG\Voyager\FormFields\SelectMultipleHandler" => true
            "TCG\Voyager\FormFields\TextHandler" => true
            "TCG\Voyager\FormFields\TextAreaHandler" => true
            "TCG\Voyager\FormFields\TimeHandler" => true
            "TCG\Voyager\FormFields\TimestampHandler" => true
            "TCG\Voyager\FormFields\HiddenHandler" => true
            "TCG\Voyager\FormFields\CoordinatesHandler" => true
            "TCG\Voyager\FormFields\After\DescriptionHandler" => true
            "blade.compiler" => true
            "Illuminate\Foundation\Bootstrap\BootProviders" => true
            "db.factory" => true
            "db" => true
            "translation.loader" => true
            "translator" => true
            "validation.presence" => true
            "validator" => true
            "migration.repository" => true
            "Larapack\Hooks\Migrator" => true
            "Larapack\Hooks\Hooks" => true
            "VoyagerGuard" => true
            "auth" => true
            "hash" => true
            "session" => true
            "session.store" => true
            "cookie" => true
            "TCG\Voyager\Models\DataType" => true
            "Illuminate\Contracts\Auth\Access\Gate" => true
            "url" => true
            "filesystem" => true
            "App\Http\Middleware\TrustProxies" => true
            "App\Http\Middleware\CheckForMaintenanceMode" => true
            "Illuminate\Foundation\Http\Middleware\ValidatePostSize" => true
            "App\Http\Middleware\TrimStrings" => true
            "Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull" => true
            "Illuminate\Routing\Contracts\ControllerDispatcher" => true
            "App\Http\Controllers\ListingsController" => true
            "encrypter" => true
            "App\Http\Middleware\EncryptCookies" => true
            "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse" => true
            "Illuminate\Session\Middleware\StartSession" => true
            "Illuminate\View\Middleware\ShareErrorsFromSession" => true
            "App\Http\Middleware\VerifyCsrfToken" => true
            "Illuminate\Routing\Middleware\SubstituteBindings" => true
            "cache" => true
            "cache.store" => true
            "Illuminate\Cache\RateLimiter" => true
            "Illuminate\Routing\Middleware\ThrottleRequests" => true
          ]
          #bindings: array:155 [
            "Illuminate\Foundation\Mix" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#4
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => true
            ]
            "events" => array:2 [
              "concrete" => Closure($app) {#8
                class: "Illuminate\Events\EventServiceProvider"
                this: Illuminate\Events\EventServiceProvider {#7 …}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
                line: "17 to 21"
              }
              "shared" => true
            ]
            "log" => array:2 [
              "concrete" => Closure() {#10
                class: "Illuminate\Log\LogServiceProvider"
                this: Illuminate\Log\LogServiceProvider {#9}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Log/LogServiceProvider.php"
                line: "16 to 18"
              }
              "shared" => true
            ]
            "router" => array:2 [
              "concrete" => Closure($app) {#12
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "39 to 41"
              }
              "shared" => true
            ]
            "url" => array:2 [
              "concrete" => Closure($app) {#13
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "51 to 84"
              }
              "shared" => true
            ]
            "redirect" => array:2 [
              "concrete" => Closure($app) {#14
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "106 to 117"
              }
              "shared" => true
            ]
            "Psr\Http\Message\ServerRequestInterface" => array:2 [
              "concrete" => Closure($app) {#15
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "127 to 129"
              }
              "shared" => false
            ]
            "Psr\Http\Message\ResponseInterface" => array:2 [
              "concrete" => Closure() {#16
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "139 to 141"
              }
              "shared" => false
            ]
            "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
              "concrete" => Closure($app) {#17
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "151 to 153"
              }
              "shared" => true
            ]
            "Illuminate\Routing\Contracts\ControllerDispatcher" => array:2 [
              "concrete" => Closure($app) {#18
                class: "Illuminate\Routing\RoutingServiceProvider"
                this: Illuminate\Routing\RoutingServiceProvider {#11}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                line: "163 to 165"
              }
              "shared" => true
            ]
            "Illuminate\Contracts\Http\Kernel" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#19
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => true
            ]
            "Illuminate\Contracts\Console\Kernel" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#20
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => true
            ]
            "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#21
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => true
            ]
            "env" => array:2 [
              "concrete" => Closure() {#54
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …1}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "1239 to 1241"
              }
              "shared" => false
            ]
            "auth" => array:2 [
              "concrete" => Closure($app) {#35
                class: "Illuminate\Auth\AuthServiceProvider"
                this: Illuminate\Auth\AuthServiceProvider {#50}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                line: "33 to 40"
              }
              "shared" => true
            ]
            "auth.driver" => array:2 [
              "concrete" => Closure($app) {#41
                class: "Illuminate\Auth\AuthServiceProvider"
                this: Illuminate\Auth\AuthServiceProvider {#50}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                line: "42 to 44"
              }
              "shared" => true
            ]
            "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
              "concrete" => Closure($app) {#40
                class: "Illuminate\Auth\AuthServiceProvider"
                this: Illuminate\Auth\AuthServiceProvider {#50}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                line: "55 to 57"
              }
              "shared" => false
            ]
            "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
              "concrete" => Closure($app) {#53
                class: "Illuminate\Auth\AuthServiceProvider"
                this: Illuminate\Auth\AuthServiceProvider {#50}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                line: "68 to 72"
              }
              "shared" => true
            ]
            "cookie" => array:2 [
              "concrete" => Closure($app) {#58
                class: "Illuminate\Cookie\CookieServiceProvider"
                this: Illuminate\Cookie\CookieServiceProvider {#57}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php"
                line: "16 to 22"
              }
              "shared" => true
            ]
            "db.factory" => array:2 [
              "concrete" => Closure($app) {#110
                class: "Grimzy\LaravelMysqlSpatial\SpatialServiceProvider"
                this: Grimzy\LaravelMysqlSpatial\SpatialServiceProvider {#109}
                file: "/opt/bitnami/frameworks/laravel/vendor/grimzy/laravel-mysql-spatial/src/SpatialServiceProvider.php"
                line: "33 to 35"
              }
              "shared" => true
            ]
            "db" => array:2 [
              "concrete" => Closure($app) {#60
                class: "Grimzy\LaravelMysqlSpatial\SpatialServiceProvider"
                this: Grimzy\LaravelMysqlSpatial\SpatialServiceProvider {#109}
                file: "/opt/bitnami/frameworks/laravel/vendor/grimzy/laravel-mysql-spatial/src/SpatialServiceProvider.php"
                line: "40 to 42"
              }
              "shared" => true
            ]
            "db.connection" => array:2 [
              "concrete" => Closure($app) {#62
                class: "Illuminate\Database\DatabaseServiceProvider"
                this: Illuminate\Database\DatabaseServiceProvider {#59}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                line: "65 to 67"
              }
              "shared" => false
            ]
            "Faker\Generator" => array:2 [
              "concrete" => Closure($app) {#63
                class: "Illuminate\Database\DatabaseServiceProvider"
                this: Illuminate\Database\DatabaseServiceProvider {#59}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                line: "77 to 79"
              }
              "shared" => true
            ]
            "Illuminate\Database\Eloquent\Factory" => array:2 [
              "concrete" => Closure($app) {#64
                class: "Illuminate\Database\DatabaseServiceProvider"
                this: Illuminate\Database\DatabaseServiceProvider {#59}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                line: "81 to 85"
              }
              "shared" => true
            ]
            "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
              "concrete" => Closure() {#65
                class: "Illuminate\Database\DatabaseServiceProvider"
                this: Illuminate\Database\DatabaseServiceProvider {#59}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                line: "95 to 97"
              }
              "shared" => true
            ]
            "encrypter" => array:2 [
              "concrete" => Closure($app) {#67
                class: "Illuminate\Encryption\EncryptionServiceProvider"
                this: Illuminate\Encryption\EncryptionServiceProvider {#66}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php"
                line: "18 to 29"
              }
              "shared" => true
            ]
            "files" => array:2 [
              "concrete" => Closure() {#69
                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                this: Illuminate\Filesystem\FilesystemServiceProvider {#68}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                line: "28 to 30"
              }
              "shared" => true
            ]
            "filesystem" => array:2 [
              "concrete" => Closure() {#70
                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                this: Illuminate\Filesystem\FilesystemServiceProvider {#68}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                line: "58 to 60"
              }
              "shared" => true
            ]
            "filesystem.disk" => array:2 [
              "concrete" => Closure() {#71
                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                this: Illuminate\Filesystem\FilesystemServiceProvider {#68}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                line: "42 to 44"
              }
              "shared" => true
            ]
            "filesystem.cloud" => array:2 [
              "concrete" => Closure() {#72
                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                this: Illuminate\Filesystem\FilesystemServiceProvider {#68}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                line: "46 to 48"
              }
              "shared" => true
            ]
            "Illuminate\Notifications\ChannelManager" => array:2 [
              "concrete" => Closure($app) {#78
                class: "Illuminate\Notifications\NotificationServiceProvider"
                this: Illuminate\Notifications\NotificationServiceProvider {#77}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Notifications/NotificationServiceProvider.php"
                line: "34 to 36"
              }
              "shared" => true
            ]
            "session" => array:2 [
              "concrete" => Closure($app) {#84
                class: "Illuminate\Session\SessionServiceProvider"
                this: Illuminate\Session\SessionServiceProvider {#83}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
                line: "31 to 33"
              }
              "shared" => true
            ]
            "session.store" => array:2 [
              "concrete" => Closure($app) {#85
                class: "Illuminate\Session\SessionServiceProvider"
                this: Illuminate\Session\SessionServiceProvider {#83}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
                line: "43 to 48"
              }
              "shared" => true
            ]
            "Illuminate\Session\Middleware\StartSession" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#86
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => true
            ]
            "view" => array:2 [
              "concrete" => Closure($app) {#88
                class: "Illuminate\View\ViewServiceProvider"
                this: Illuminate\View\ViewServiceProvider {#87}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                line: "35 to 53"
              }
              "shared" => true
            ]
            "view.finder" => array:2 [
              "concrete" => Closure($app) {#89
                class: "Illuminate\View\ViewServiceProvider"
                this: Illuminate\View\ViewServiceProvider {#87}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                line: "76 to 78"
              }
              "shared" => false
            ]
            "view.engine.resolver" => array:2 [
              "concrete" => Closure() {#90
                class: "Illuminate\View\ViewServiceProvider"
                this: Illuminate\View\ViewServiceProvider {#87}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                line: "88 to 99"
              }
              "shared" => true
            ]
            "captcha" => array:2 [
              "concrete" => Closure($app) {#92
                class: "Anhskohbo\NoCaptcha\NoCaptchaServiceProvider"
                this: Anhskohbo\NoCaptcha\NoCaptchaServiceProvider {#91}
                file: "/opt/bitnami/frameworks/laravel/vendor/anhskohbo/no-captcha/src/NoCaptchaServiceProvider.php"
                line: "55 to 61"
              }
              "shared" => true
            ]
            "arrilot.widget" => array:2 [
              "concrete" => Closure() {#94
                class: "Arrilot\Widgets\ServiceProvider"
                this: Arrilot\Widgets\ServiceProvider {#93}
                file: "/opt/bitnami/frameworks/laravel/vendor/arrilot/laravel-widgets/src/ServiceProvider.php"
                line: "24 to 26"
              }
              "shared" => false
            ]
            "arrilot.async-widget" => array:2 [
              "concrete" => Closure() {#95
                class: "Arrilot\Widgets\ServiceProvider"
                this: Arrilot\Widgets\ServiceProvider {#93}
                file: "/opt/bitnami/frameworks/laravel/vendor/arrilot/laravel-widgets/src/ServiceProvider.php"
                line: "28 to 30"
              }
              "shared" => false
            ]
            "arrilot.widget-group-collection" => array:2 [
              "concrete" => Closure() {#96
                class: "Arrilot\Widgets\ServiceProvider"
                this: Arrilot\Widgets\ServiceProvider {#93}
                file: "/opt/bitnami/frameworks/laravel/vendor/arrilot/laravel-widgets/src/ServiceProvider.php"
                line: "32 to 34"
              }
              "shared" => true
            ]
            "arrilot.widget-namespaces" => array:2 [
              "concrete" => Closure() {#97
                class: "Arrilot\Widgets\ServiceProvider"
                this: Arrilot\Widgets\ServiceProvider {#93}
                file: "/opt/bitnami/frameworks/laravel/vendor/arrilot/laravel-widgets/src/ServiceProvider.php"
                line: "36 to 38"
              }
              "shared" => true
            ]
            "command.widget.make" => array:2 [
              "concrete" => Closure($app) {#98
                class: "Arrilot\Widgets\ServiceProvider"
                this: Arrilot\Widgets\ServiceProvider {#93}
                file: "/opt/bitnami/frameworks/laravel/vendor/arrilot/laravel-widgets/src/ServiceProvider.php"
                line: "40 to 42"
              }
              "shared" => true
            ]
            "command.dumpserver" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#101
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => false
            ]
            "image" => array:2 [
              "concrete" => Closure($app) {#113
                class: "Intervention\Image\ImageServiceProviderLaravelRecent"
                this: Intervention\Image\ImageServiceProviderLaravelRecent {#112}
                file: "/opt/bitnami/frameworks/laravel/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravelRecent.php"
                line: "50 to 52"
              }
              "shared" => true
            ]
            "GuzzleHttp\ClientInterface" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#115
                class: "Illuminate\Container\Container"
                this: Illuminate\Foundation\Application {#2}
                use: { …2}
                file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                line: "259 to 267"
              }
              "shared" => false
            ]
            "url.shortener" => array:2 [
              "concrete" => Closure($app) {#116
                class: "LaraCrafts\UrlShortener\UrlShortenerServiceProvider"
                this: LaraCrafts\UrlShortener\UrlShortenerServiceProvider {#114}
                file: "/opt/bitnami/frameworks/laravel/vendor/laracrafts/laravel-url-shortener/src/UrlShortenerServiceProvider.php"
                line: "51 to 53"
              }
              "shared" => true
            ]
            "Larapack\Hooks\Hooks" => array:2 [
              "concrete" => Closure($app) {#131
                class: "Larapack\Hooks\HooksServiceProvider"
                 …3
              }
              "shared" => true
            ]
            "Larapack\Hooks\Migrator" => array:2 [
              "concrete" => Closure($app) {#132 …4}
              "shared" => true
            ]
            "blade.compiler" => array:2 [
              "concrete" => Closure() {#136 …4}
              "shared" => true
            ]
            "excel.identifier" => array:2 [
              "concrete" => Closure($app) {#142 …4}
              "shared" => true
            ]
            "excel.parsers.css" => array:2 [
              "concrete" => Closure() {#143 …4}
              "shared" => true
            ]
            "excel.reader" => array:2 [
              "concrete" => Closure($app) {#144 …4}
              "shared" => true
            ]
            "excel.readers.html" => array:2 [
              "concrete" => Closure($app) {#145 …4}
              "shared" => true
            ]
            "excel.parsers.view" => array:2 [
              "concrete" => Closure($app) {#146 …4}
              "shared" => true
            ]
            "phpexcel" => array:2 [
              "concrete" => Closure() {#147 …5}
              "shared" => true
            ]
            "excel.writer" => array:2 [
              "concrete" => Closure($app) {#148 …4}
              "shared" => true
            ]
            "excel" => array:2 [
              "concrete" => Closure($app) {#149 …4}
              "shared" => true
            ]
            "laravel-fullcalendar" => array:2 [
              "concrete" => Closure($app) {#151 …4}
              "shared" => false
            ]
            "read_time" => array:2 [
              "concrete" => Closure($app, $data) {#153 …4}
              "shared" => false
            ]
            "Spatie\ImageOptimizer\OptimizerChain" => array:2 [
              "concrete" => Closure() {#157 …4}
              "shared" => false
            ]
            "image-optimizer" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#158 …5}
              "shared" => true
            ]
            "Spatie\Newsletter\Newsletter" => array:2 [
              "concrete" => Closure() {#160 …4}
              "shared" => true
            ]
            "voyager" => array:2 [
              "concrete" => Closure() {#164 …4}
              "shared" => true
            ]
            "VoyagerGuard" => array:2 [
              "concrete" => Closure() {#165 …4}
              "shared" => true
            ]
            "voyager.alert.components.title" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#166 …5}
              "shared" => false
            ]
            "voyager.alert.components.text" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#167 …5}
              "shared" => false
            ]
            "voyager.alert.components.button" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#168 …5}
              "shared" => false
            ]
            "App\Interfaces\SearchRepositoryInterface" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#1694 …5}
              "shared" => false
            ]
            "validation.presence" => array:2 [
              "concrete" => Closure($app) {#1689 …4}
              "shared" => true
            ]
            "validator" => array:2 [
              "concrete" => Closure($app) {#1683 …4}
              "shared" => true
            ]
            "translation.loader" => array:2 [
              "concrete" => Closure($app) {#1685 …4}
              "shared" => true
            ]
            "translator" => array:2 [
              "concrete" => Closure($app) {#1684 …4}
              "shared" => true
            ]
            "zendesk" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#1674 …5}
              "shared" => false
            ]
            "command.cache.clear" => array:2 [
              "concrete" => Closure($app) {#1668 …4}
              "shared" => true
            ]
            "command.cache.forget" => array:2 [
              "concrete" => Closure($app) {#1667 …4}
              "shared" => true
            ]
            "command.clear-compiled" => array:2 [
              "concrete" => Closure() {#1666 …4}
              "shared" => true
            ]
            "command.auth.resets.clear" => array:2 [
              "concrete" => Closure() {#1665 …4}
              "shared" => true
            ]
            "command.config.cache" => array:2 [
              "concrete" => Closure($app) {#1664 …4}
              "shared" => true
            ]
            "command.config.clear" => array:2 [
              "concrete" => Closure($app) {#1654 …4}
              "shared" => true
            ]
            "command.down" => array:2 [
              "concrete" => Closure() {#1662 …4}
              "shared" => true
            ]
            "command.environment" => array:2 [
              "concrete" => Closure() {#1661 …4}
              "shared" => true
            ]
            "command.event.cache" => array:2 [
              "concrete" => Closure() {#1660 …4}
              "shared" => true
            ]
            "command.event.clear" => array:2 [
              "concrete" => Closure($app) {#1659 …4}
              "shared" => true
            ]
            "command.event.list" => array:2 [
              "concrete" => Closure() {#1658 …4}
              "shared" => true
            ]
            "command.key.generate" => array:2 [
              "concrete" => Closure() {#1657 …4}
              "shared" => true
            ]
            "command.migrate" => array:2 [
              "concrete" => Closure($app) {#1656 …4}
              "shared" => true
            ]
            "command.migrate.fresh" => array:2 [
              "concrete" => Closure() {#1655 …4}
              "shared" => true
            ]
            "command.migrate.install" => array:2 [
              "concrete" => Closure($app) {#1644 …4}
              "shared" => true
            ]
            "command.migrate.refresh" => array:2 [
              "concrete" => Closure() {#1653 …4}
              "shared" => true
            ]
            "command.migrate.reset" => array:2 [
              "concrete" => Closure($app) {#1652 …4}
              "shared" => true
            ]
            "command.migrate.rollback" => array:2 [
              "concrete" => Closure($app) {#1651 …4}
              "shared" => true
            ]
            "command.migrate.status" => array:2 [
              "concrete" => Closure($app) {#1650 …4}
              "shared" => true
            ]
            "command.optimize" => array:2 [
              "concrete" => Closure() {#1649 …4}
              "shared" => true
            ]
            "command.optimize.clear" => array:2 [
              "concrete" => Closure() {#1648 …4}
              "shared" => true
            ]
            "command.package.discover" => array:2 [
              "concrete" => Closure() {#1647 …4}
              "shared" => true
            ]
            "command.preset" => array:2 [
              "concrete" => Closure() {#1646 …4}
              "shared" => true
            ]
            "command.queue.failed" => array:2 [
              "concrete" => Closure() {#1645 …4}
              "shared" => true
            ]
            "command.queue.flush" => array:2 [
              "concrete" => Closure() {#1631 …4}
              "shared" => true
            ]
            "command.queue.forget" => array:2 [
              "concrete" => Closure() {#1643 …4}
              "shared" => true
            ]
            "command.queue.listen" => array:2 [
              "concrete" => Closure($app) {#1642 …4}
              "shared" => true
            ]
            "command.queue.restart" => array:2 [
              "concrete" => Closure() {#1641 …4}
              "shared" => true
            ]
            "command.queue.retry" => array:2 [
              "concrete" => Closure() {#1640 …4}
              "shared" => true
            ]
            "command.queue.work" => array:2 [
              "concrete" => Closure($app) {#1639 …4}
              "shared" => true
            ]
            "command.route.cache" => array:2 [
              "concrete" => Closure($app) {#1638 …4}
              "shared" => true
            ]
            "command.route.clear" => array:2 [
              "concrete" => Closure($app) {#1637 …4}
              "shared" => true
            ]
            "command.route.list" => array:2 [
              "concrete" => Closure($app) {#1636 …4}
              "shared" => true
            ]
            "command.seed" => array:2 [
              "concrete" => Closure($app) {#1635 …4}
              "shared" => true
            ]
            "Illuminate\Console\Scheduling\ScheduleFinishCommand" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#1634 …5}
              "shared" => true
            ]
            "Illuminate\Console\Scheduling\ScheduleRunCommand" => array:2 [
              "concrete" => Closure($container, $parameters = []) {#1633 …5}
              "shared" => true
            ]
            "command.storage.link" => array:2 [
              "concrete" => Closure() {#1632 …4}
              "shared" => true
            ]
            "command.up" => array:2 [
              "concrete" => Closure() {#1621 …4}
              "shared" => true
            ]
            "command.view.cache" => array:2 [
              "concrete" => Closure() {#1630 …4}
              "shared" => true
            ]
            "command.view.clear" => array:2 [
              "concrete" => Closure($app) {#1629 …4}
              "shared" => true
            ]
            "command.app.name" => array:2 [
              "concrete" => Closure($app) {#1628 …4}
              "shared" => true
            ]
            "command.auth.make" => array:2 [
              "concrete" => Closure() {#1627 …4}
              "shared" => true
            ]
            "command.cache.table" => array:2 [
              "concrete" => Closure($app) {#1626 …4}
              "shared" => true
            ]
            "command.channel.make" => array:2 [
              "concrete" => Closure($app) {#1625 …4}
              "shared" => true
            ]
            "command.console.make" => array:2 [
              "concrete" => Closure($app) {#1624 …4}
              "shared" => true
            ]
            "command.controller.make" => array:2 [
              "concrete" => Closure($app) {#1623 …4}
              "shared" => true
            ]
            "command.event.generate" => array:2 [
              "concrete" => Closure() {#1622 …4}
              "shared" => true
            ]
            "command.event.make" => array:2 [
              "concrete" => Closure($app) {#1611 …4}
              "shared" => true
            ]
            "command.exception.make" => array:2 [
              "concrete" => Closure($app) {#1620 …4}
              "shared" => true
            ]
            "command.factory.make" => array:2 [
              "concrete" => Closure($app) {#1619 …4}
              "shared" => true
            ]
            "command.job.make" => array:2 [
              "concrete" => Closure($app) {#1618 …4}
              "shared" => true
            ]
            "command.listener.make" => array:2 [
              "concrete" => Closure($app) {#1617 …4}
              "shared" => true
            ]
            "command.mail.make" => array:2 [
              "concrete" => Closure($app) {#1616 …4}
              "shared" => true
            ]
            "command.middleware.make" => array:2 [
              "concrete" => Closure($app) {#1615 …4}
              "shared" => true
            ]
            "command.migrate.make" => array:2 [
              "concrete" => Closure($app) {#1614 …4}
              "shared" => true
            ]
            "command.model.make" => array:2 [
              "concrete" => Closure($app) {#1613 …4}
              "shared" => true
            ]
            "command.notification.make" => array:2 [
              "concrete" => Closure($app) {#1612 …4}
              "shared" => true
            ]
            "command.notification.table" => array:2 [
              "concrete" => Closure($app) {#1599 …4}
              "shared" => true
            ]
            "command.observer.make" => array:2 [
              "concrete" => Closure($app) {#1610 …4}
              "shared" => true
            ]
            "command.policy.make" => array:2 [
              "concrete" => Closure($app) {#1609 …4}
              "shared" => true
            ]
            "command.provider.make" => array:2 [
              "concrete" => Closure($app) {#1608 …4}
              "shared" => true
            ]
            "command.queue.failed-table" => array:2 [
              "concrete" => Closure($app) {#1607 …4}
              "shared" => true
            ]
            "command.queue.table" => array:2 [
              "concrete" => Closure($app) {#1606 …4}
              "shared" => true
            ]
            "command.request.make" => array:2 [
              "concrete" => Closure($app) {#1605 …4}
              "shared" => true
            ]
            "command.resource.make" => array:2 [
              "concrete" => Closure($app) {#1604 …4}
              "shared" => true
            ]
            "command.rule.make" => array:2 [
              "concrete" => Closure($app) {#1603 …4}
              "shared" => true
            ]
            "command.seeder.make" => array:2 [
              "concrete" => Closure($app) {#1602 …4}
              "shared" => true
            ]
            "command.session.table" => array:2 [
              "concrete" => Closure($app) {#1601 …4}
              "shared" => true
            ]
            "command.serve" => array:2 [
              "concrete" => Closure() {#1600 …4}
              "shared" => true
            ]
            "command.test.make" => array:2 [
              "concrete" => Closure($app) {#1590 …4}
              "shared" => true
            ]
            "command.vendor.publish" => array:2 [
              "concrete" => Closure($app) {#1598 …4}
              "shared" => true
            ]
            "migration.repository" => array:2 [
              "concrete" => Closure($app) {#1595 …4}
              "shared" => true
            ]
            "migrator" => array:2 [
              "concrete" => Closure($app) {#1594 …4}
              "shared" => true
            ]
            "migration.creator" => array:2 [
              "concrete" => Closure($app) {#1593 …4}
              "shared" => true
            ]
            "composer" => array:2 [
              "concrete" => Closure($app) {#1591 …4}
              "shared" => true
            ]
            "auth.loaded" => array:2 [
              "concrete" => Closure() {#1549 …5}
              "shared" => false
            ]
            "hash" => array:2 [
              "concrete" => Closure($app) {#1536 …4}
              "shared" => true
            ]
            "hash.driver" => array:2 [
              "concrete" => Closure($app) {#1545 …4}
              "shared" => true
            ]
            "cache" => array:2 [
              "concrete" => Closure($app) {#533 …4}
              "shared" => true
            ]
            "cache.store" => array:2 [
              "concrete" => Closure($app) {#532 …4}
              "shared" => true
            ]
            "memcached.connector" => array:2 [
              "concrete" => Closure() {#531 …4}
              "shared" => true
            ]
          ]
          #methodBindings: []
          #instances: array:47 [
            "path" => "/opt/bitnami/frameworks/laravel/app"
            "path.base" => "/opt/bitnami/frameworks/laravel"
            "path.lang" => "/opt/bitnami/frameworks/laravel/resources/lang"
            "path.config" => "/opt/bitnami/frameworks/laravel/config"
            "path.public" => "/opt/bitnami/frameworks/laravel/public"
            "path.storage" => "/opt/bitnami/frameworks/laravel/storage"
            "path.database" => "/opt/bitnami/frameworks/laravel/database"
            "path.resources" => "/opt/bitnami/frameworks/laravel/resources"
            "path.bootstrap" => "/opt/bitnami/frameworks/laravel/bootstrap"
            "app" => Illuminate\Foundation\Application {#2}
            "Illuminate\Container\Container" => Illuminate\Foundation\Application {#2}
            "Illuminate\Foundation\PackageManifest" => Illuminate\Foundation\PackageManifest {#5
              +files: Illuminate\Filesystem\Filesystem {#6}
              +basePath: "/opt/bitnami/frameworks/laravel"
              +vendorPath: "/opt/bitnami/frameworks/laravel/vendor"
              +manifestPath: "/opt/bitnami/frameworks/laravel/bootstrap/cache/packages.php"
              +manifest: array:22 [ …22]
            }
            "events" => Illuminate\Events\Dispatcher {#27}
            "router" => Illuminate\Routing\Router {#26
              #events: Illuminate\Events\Dispatcher {#27}
              #container: Illuminate\Foundation\Application {#2}
              #routes: Illuminate\Routing\RouteCollection {#29
                #routes: array:6 [ …6]
                #allRoutes: array:562 [ …562]
                #nameList: array:511 [ …511]
                #actionList: array:191 [ …191]
              }
              #current: Illuminate\Routing\Route {#963
                +uri: "{action}/{propertyType}/{query_param?}"
                +methods: array:2 [ …2]
                +action: array:7 [ …7]
                +isFallback: false
                +controller: App\Http\Controllers\ListingsController {#850 …5}
                +defaults: []
                +wheres: array:2 [ …2]
                +parameters: array:3 [ …3]
                +parameterNames: array:3 [ …3]
                #originalParameters: array:3 [ …3]
                +computedMiddleware: array:2 [ …2]
                +compiled: Symfony\Component\Routing\CompiledRoute {#572 …8}
                #router: Illuminate\Routing\Router {#26}
                #container: Illuminate\Foundation\Application {#2}
              }
              #currentRequest: Illuminate\Http\Request {#43
                #json: null
                #convertedFiles: []
                #userResolver: Closure($guard = null) {#858 …5}
                #routeResolver: Closure() {#857 …5}
                +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45 …1}
                +request: Symfony\Component\HttpFoundation\ParameterBag {#51 …1}
                +query: Symfony\Component\HttpFoundation\ParameterBag {#51 …1}
                +server: Symfony\Component\HttpFoundation\ServerBag {#47 …1}
                +files: Symfony\Component\HttpFoundation\FileBag {#48 …1}
                +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46 …1}
                +headers: Symfony\Component\HttpFoundation\HeaderBag {#49 …2}
                #content: null
                #languages: null
                #charsets: null
                #encodings: null
                #acceptableContentTypes: null
                #pathInfo: "/rent/condominium/makati"
                #requestUri: "/rent/condominium/makati?page=37"
                #baseUrl: ""
                #basePath: null
                #method: "GET"
                #format: null
                #session: Illuminate\Session\Store {#1539
                  #id: "eehOmtP4HDdxfvJ1ou3WlBWH9rXksuBFwMuzyxjQ"
                  #name: "propertyonlineph_session"
                  #attributes: array:1 [ …1]
                  #handler: Illuminate\Session\FileSessionHandler {#1540 …3}
                  #started: true
                }
                #locale: null
                #defaultLocale: "en"
                -preferredFormat: null
                -isHostValid: true
                -isForwardedValid: true
                basePath: ""
                format: "html"
              }
              #middleware: array:13 [ …13]
              #middlewareGroups: array:2 [ …2]
              +middlewarePriority: array:7 [ …7]
              #binders: []
              #patterns: []
              #groupStack: []
            }
            "Illuminate\Contracts\Http\Kernel" => App\Http\Kernel {#30
              #middleware: array:5 [ …5]
              #middlewareGroups: array:2 [ …2]
              #routeMiddleware: array:12 [ …12]
              #middlewarePriority: array:7 [ …7]
              #app: Illuminate\Foundation\Application {#2}
              #router: Illuminate\Routing\Router {#26}
              #bootstrappers: array:6 [ …6]
            }
            "request" => Illuminate\Http\Request {#43}
            "config" => Illuminate\Config\Repository {#34
              #items: array:28 [ …28]
            }
            "view.engine.resolver" => Illuminate\View\Engines\EngineResolver {#133
              #resolvers: array:3 [ …3]
              #resolved: []
            }
            "files" => Illuminate\Filesystem\Filesystem {#139}
            "view" => Illuminate\View\Factory {#140
              #engines: Illuminate\View\Engines\EngineResolver {#133}
              #finder: Illuminate\View\FileViewFinder {#138 …5}
              #events: Illuminate\Events\Dispatcher {#27}
              #container: Illuminate\Foundation\Application {#2}
              #shared: array:6 [ …6]
              #extensions: array:4 [ …4]
              #composers: []
              #renderCount: 0
              #componentStack: []
              #componentData: []
              #slots: []
              #slotStack: []
              #sections: []
              #sectionStack: []
              #loopsStack: []
              #pushes: []
              #prepends: []
              #pushStack: []
              #translationReplacements: []
            }
            "voyager" => TCG\Voyager\Voyager {#169
              #version: "v1.3.2"
              #filesystem: Illuminate\Filesystem\Filesystem {#139}
              #alerts: []
              #alertsCollected: false
              #formFields: array:22 [ …22]
              #afterFormFields: array:1 [ …1]
              #viewLoadingEvents: []
              #actions: array:4 [ …4]
              #models: array:12 [ …12]
              +setting_cache: null
            }
            "blade.compiler" => Illuminate\View\Compilers\BladeCompiler {#1700
              #extensions: []
              #customDirectives: array:4 [ …4]
              #conditions: []
              #path: null
              #compilers: array:4 [ …4]
              #rawTags: array:2 [ …2]
              #contentTags: array:2 [ …2]
              #escapedTags: array:2 [ …2]
              #echoFormat: "e(%s)"
              #footer: []
              #rawBlocks: []
              #files: Illuminate\Filesystem\Filesystem {#139}
              #cachePath: "/opt/bitnami/frameworks/laravel/storage/framework/views"
              #firstCaseInSwitch: true
              -encodingOptions: 15
              #lastSection: null
              #forElseCounter: 0
            }
            "db.factory" => Grimzy\LaravelMysqlSpatial\Connectors\ConnectionFactory {#52
              #container: Illuminate\Foundation\Application {#2}
            }
            "db" => Illuminate\Database\DatabaseManager {#22 …}
            "translation.loader" => Illuminate\Translation\FileLoader {#1682
              #files: Illuminate\Filesystem\Filesystem {#139}
              #path: "/opt/bitnami/frameworks/laravel/resources/lang"
              #jsonPaths: []
              #hints: array:2 [ …2]
            }
            "translator" => Illuminate\Translation\Translator {#1681
              #loader: Illuminate\Translation\FileLoader {#1682}
              #locale: "en"
              #fallback: "en"
              #loaded: []
              #selector: null
              #parsed: []
            }
            "validation.presence" => Illuminate\Validation\DatabasePresenceVerifier {#1680
              #db: Illuminate\Database\DatabaseManager {#22 …}
              #connection: null
            }
            "validator" => Illuminate\Validation\Factory {#1687
              #translator: Illuminate\Translation\Translator {#1681}
              #verifier: Illuminate\Validation\DatabasePresenceVerifier {#1680}
              #container: Illuminate\Foundation\Application {#2}
              #extensions: array:1 [ …1]
              #implicitExtensions: []
              #dependentExtensions: []
              #replacers: []
              #fallbackMessages: []
              #resolver: null
            }
            "migration.repository" => Illuminate\Database\Migrations\DatabaseMigrationRepository {#1589
              #resolver: Illuminate\Database\DatabaseManager {#22 …}
              #table: "migrations"
              #connection: null
            }
            "Larapack\Hooks\Migrator" => Larapack\Hooks\Migrator {#1588
              #events: null
              #repository: Illuminate\Database\Migrations\DatabaseMigrationRepository {#1589}
              #files: Illuminate\Filesystem\Filesystem {#139}
              #resolver: Illuminate\Database\DatabaseManager {#22 …}
              #connection: null
              #paths: []
              #output: null
            }
            "Larapack\Hooks\Hooks" => Larapack\Hooks\Hooks {#1587
              #app: Illuminate\Foundation\Application {#2}
              #filesystem: Illuminate\Filesystem\Filesystem {#139}
              #migrator: Larapack\Hooks\Migrator {#1588}
              #hooks: Illuminate\Support\Collection {#1569 …1}
              #lastRemoteCheck: null
              #outdated: []
              #composer: Composer\Console\Application {#1586 …20}
              #composerOutput: array:1 [ …1]
              #tempDirectories: []
              +"composerJson": Larapack\Hooks\Composer {#1567 …4}
            }
            "VoyagerGuard" => "web"
            "auth" => Illuminate\Auth\AuthManager {#1550
              #app: Illuminate\Foundation\Application {#2}
              #customCreators: []
              #guards: array:1 [ …1]
              #userResolver: Closure($guard = null) {#1551 …4}
              #customProviderCreators: []
            }
            "hash" => Illuminate\Hashing\HashManager {#1543
              #app: Illuminate\Foundation\Application {#2}
              #customCreators: []
              #drivers: []
            }
            "session" => Illuminate\Session\SessionManager {#1541
              #app: Illuminate\Foundation\Application {#2}
              #customCreators: []
              #drivers: array:1 [ …1]
            }
            "session.store" => Illuminate\Session\Store {#1539}
            "cookie" => Illuminate\Cookie\CookieJar {#1538
              #path: "/"
              #domain: null
              #secure: false
              #sameSite: null
              #queued: []
            }
            "Illuminate\Contracts\Auth\Access\Gate" => Illuminate\Auth\Access\Gate {#1478
              #container: Illuminate\Foundation\Application {#2}
              #userResolver: Closure() {#1486 …5}
              #abilities: array:7 [ …7]
              #policies: array:29 [ …29]
              #beforeCallbacks: []
              #afterCallbacks: []
              #stringCallbacks: []
              #guessPolicyNamesUsingCallback: null
            }
            "routes" => Illuminate\Routing\RouteCollection {#29}
            "url" => Illuminate\Routing\UrlGenerator {#1419
              #routes: Illuminate\Routing\RouteCollection {#29}
              #request: Illuminate\Http\Request {#43}
              #assetRoot: null
              #forcedRoot: null
              #forceScheme: "https://"
              #cachedRoot: null
              #cachedScheme: null
              #rootNamespace: "App\Http\Controllers"
              #sessionResolver: Closure() {#1432 …4}
              #keyResolver: Closure() {#1433 …4}
              #formatHostUsing: null
              #formatPathUsing: null
              #routeGenerator: null
            }
            "filesystem" => Illuminate\Filesystem\FilesystemManager {#881
              #app: Illuminate\Foundation\Application {#2}
              #disks: []
              #customCreators: array:1 [ …1]
            }
            "Illuminate\Routing\Route" => Illuminate\Routing\Route {#963}
            "Illuminate\Routing\Contracts\ControllerDispatcher" => Illuminate\Routing\ControllerDispatcher {#856
              #container: Illuminate\Foundation\Application {#2}
            }
            "encrypter" => Illuminate\Encryption\Encrypter {#557
              #key: b"®ÏØóÂ\eáy┘!å\x08}°:¬´w\x0EÀ┘5¨Dÿ¸iY+╚%$"
              #cipher: "AES-256-CBC"
            }
            "Illuminate\Session\Middleware\StartSession" => Illuminate\Session\Middleware\StartSession {#550
              #manager: Illuminate\Session\SessionManager {#1541}
            }
            "cache" => Illuminate\Cache\CacheManager {#530
              #app: Illuminate\Foundation\Application {#2}
              #stores: array:1 [ …1]
              #customCreators: []
            }
            "cache.store" => Illuminate\Cache\Repository {#528
              #store: Illuminate\Cache\FileStore {#521 …2}
              #events: Illuminate\Events\Dispatcher {#27}
              #default: 3600
            }
          ]
          #aliases: array:75 [
            "Illuminate\Foundation\Application" => "app"
            "Illuminate\Contracts\Container\Container" => "app"
            "Illuminate\Contracts\Foundation\Application" => "app"
            "Psr\Container\ContainerInterface" => "app"
            "Illuminate\Auth\AuthManager" => "auth"
            "Illuminate\Contracts\Auth\Factory" => "auth"
            "Illuminate\Contracts\Auth\Guard" => "auth.driver"
            "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
            "Illuminate\Cache\CacheManager" => "cache"
            "Illuminate\Contracts\Cache\Factory" => "cache"
            "Illuminate\Cache\Repository" => "cache.store"
            "Illuminate\Contracts\Cache\Repository" => "cache.store"
            "Illuminate\Config\Repository" => "config"
            "Illuminate\Contracts\Config\Repository" => "config"
            "Illuminate\Cookie\CookieJar" => "cookie"
            "Illuminate\Contracts\Cookie\Factory" => "cookie"
            "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
            "Illuminate\Encryption\Encrypter" => "encrypter"
            "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
            "Illuminate\Database\DatabaseManager" => "db"
            "Illuminate\Database\Connection" => "db.connection"
            "Illuminate\Database\ConnectionInterface" => "db.connection"
            "Illuminate\Events\Dispatcher" => "events"
            "Illuminate\Contracts\Events\Dispatcher" => "events"
            "Illuminate\Filesystem\Filesystem" => "files"
            "Illuminate\Filesystem\FilesystemManager" => "filesystem"
            "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
            "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
            "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
            "Illuminate\Hashing\HashManager" => "hash"
            "Illuminate\Contracts\Hashing\Hasher" => "hash.driver"
            "Illuminate\Translation\Translator" => "translator"
            "Illuminate\Contracts\Translation\Translator" => "translator"
            "Illuminate\Log\LogManager" => "log"
            "Psr\Log\LoggerInterface" => "log"
            "Illuminate\Mail\Mailer" => "mailer"
            "Illuminate\Contracts\Mail\Mailer" => "mailer"
            "Illuminate\Contracts\Mail\MailQueue" => "mailer"
            "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
            "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
            "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
            "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
            "Illuminate\Queue\QueueManager" => "queue"
            "Illuminate\Contracts\Queue\Factory" => "queue"
            "Illuminate\Contracts\Queue\Monitor" => "queue"
            "Illuminate\Contracts\Queue\Queue" => "queue.connection"
            "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
            "Illuminate\Routing\Redirector" => "redirect"
            "Illuminate\Redis\RedisManager" => "redis"
            "Illuminate\Contracts\Redis\Factory" => "redis"
            "Illuminate\Http\Request" => "request"
            "Symfony\Component\HttpFoundation\Request" => "request"
            "Illuminate\Routing\Router" => "router"
            "Illuminate\Contracts\Routing\Registrar" => "router"
            "Illuminate\Contracts\Routing\BindingRegistrar" => "router"
            "Illuminate\Session\SessionManager" => "session"
            "Illuminate\Session\Store" => "session.store"
            "Illuminate\Contracts\Session\Session" => "session.store"
            "Illuminate\Routing\UrlGenerator" => "url"
            "Illuminate\Contracts\Routing\UrlGenerator" => "url"
            "Illuminate\Validation\Factory" => "validator"
            "Illuminate\Contracts\Validation\Factory" => "validator"
            "Illuminate\View\Factory" => "view"
            "Illuminate\Contracts\View\Factory" => "view"
            "Illuminate\Contracts\Notifications\Dispatcher" => "Illuminate\Notifications\ChannelManager"
            "Illuminate\Contracts\Notifications\Factory" => "Illuminate\Notifications\ChannelManager"
            "Arrilot\Widgets\Factories\WidgetFactory" => "arrilot.widget"
            "Arrilot\Widgets\Factories\AsyncWidgetFactory" => "arrilot.async-widget"
            "Arrilot\Widgets\WidgetGroupCollection" => "arrilot.widget-group-collection"
            "Intervention\Image\ImageManager" => "image"
            "LaraCrafts\UrlShortener\UrlShortenerManager" => "url.shortener"
            "hooks" => "Larapack\Hooks\Hooks"
            "Maatwebsite\Excel\Classes\PHPExcel" => "phpexcel"
            "Maatwebsite\Excel\Excel" => "excel"
            "newsletter" => "Spatie\Newsletter\Newsletter"
          ]
          #abstractAliases: array:45 [
            "app" => array:4 [
              0 => "Illuminate\Foundation\Application"
              1 => "Illuminate\Contracts\Container\Container"
              2 => "Illuminate\Contracts\Foundation\Application"
              3 => "Psr\Container\ContainerInterface"
            ]
            "auth" => array:2 [
              0 => "Illuminate\Auth\AuthManager"
              1 => "Illuminate\Contracts\Auth\Factory"
            ]
            "auth.driver" => array:1 [
              0 => "Illuminate\Contracts\Auth\Guard"
            ]
            "blade.compiler" => array:1 [
              0 => "Illuminate\View\Compilers\BladeCompiler"
            ]
            "cache" => array:2 [
              0 => "Illuminate\Cache\CacheManager"
              1 => "Illuminate\Contracts\Cache\Factory"
            ]
            "cache.store" => array:2 [
              0 => "Illuminate\Cache\Repository"
              1 => "Illuminate\Contracts\Cache\Repository"
            ]
            "config" => array:2 [
              0 => "Illuminate\Config\Repository"
              1 => "Illuminate\Contracts\Config\Repository"
            ]
            "cookie" => array:3 [
              0 => "Illuminate\Cookie\CookieJar"
              1 => "Illuminate\Contracts\Cookie\Factory"
              2 => "Illuminate\Contracts\Cookie\QueueingFactory"
            ]
            "encrypter" => array:2 [
              0 => "Illuminate\Encryption\Encrypter"
              1 => "Illuminate\Contracts\Encryption\Encrypter"
            ]
            "db" => array:1 [
              0 => "Illuminate\Database\DatabaseManager"
            ]
            "db.connection" => array:2 [
              0 => "Illuminate\Database\Connection"
              1 => "Illuminate\Database\ConnectionInterface"
            ]
            "events" => array:2 [
              0 => "Illuminate\Events\Dispatcher"
              1 => "Illuminate\Contracts\Events\Dispatcher"
            ]
            "files" => array:1 [
              0 => "Illuminate\Filesystem\Filesystem"
            ]
            "filesystem" => array:2 [
              0 => "Illuminate\Filesystem\FilesystemManager"
              1 => "Illuminate\Contracts\Filesystem\Factory"
            ]
            "filesystem.disk" => array:1 [
              0 => "Illuminate\Contracts\Filesystem\Filesystem"
            ]
            "filesystem.cloud" => array:1 [
              0 => "Illuminate\Contracts\Filesystem\Cloud"
            ]
            "hash" => array:1 [
              0 => "Illuminate\Hashing\HashManager"
            ]
            "hash.driver" => array:1 [
              0 => "Illuminate\Contracts\Hashing\Hasher"
            ]
            "translator" => array:2 [
              0 => "Illuminate\Translation\Translator"
              1 => "Illuminate\Contracts\Translation\Translator"
            ]
            "log" => array:2 [
              0 => "Illuminate\Log\LogManager"
              1 => "Psr\Log\LoggerInterface"
            ]
            "mailer" => array:3 [
              0 => "Illuminate\Mail\Mailer"
              1 => "Illuminate\Contracts\Mail\Mailer"
              2 => "Illuminate\Contracts\Mail\MailQueue"
            ]
            "auth.password" => array:2 [
              0 => "Illuminate\Auth\Passwords\PasswordBrokerManager"
              1 => "Illuminate\Contracts\Auth\PasswordBrokerFactory"
            ]
            "auth.password.broker" => array:2 [
              0 => "Illuminate\Auth\Passwords\PasswordBroker"
              1 => "Illuminate\Contracts\Auth\PasswordBroker"
            ]
            "queue" => array:3 [
              0 => "Illuminate\Queue\QueueManager"
              1 => "Illuminate\Contracts\Queue\Factory"
              2 => "Illuminate\Contracts\Queue\Monitor"
            ]
            "queue.connection" => array:1 [
              0 => "Illuminate\Contracts\Queue\Queue"
            ]
            "queue.failer" => array:1 [
              0 => "Illuminate\Queue\Failed\FailedJobProviderInterface"
            ]
            "redirect" => array:1 [
              0 => "Illuminate\Routing\Redirector"
            ]
            "redis" => array:2 [
              0 => "Illuminate\Redis\RedisManager"
              1 => "Illuminate\Contracts\Redis\Factory"
            ]
            "request" => array:2 [
              0 => "Illuminate\Http\Request"
              1 => "Symfony\Component\HttpFoundation\Request"
            ]
            "router" => array:3 [
              0 => "Illuminate\Routing\Router"
              1 => "Illuminate\Contracts\Routing\Registrar"
              2 => "Illuminate\Contracts\Routing\BindingRegistrar"
            ]
            "session" => array:1 [
              0 => "Illuminate\Session\SessionManager"
            ]
            "session.store" => array:2 [
              0 => "Illuminate\Session\Store"
              1 => "Illuminate\Contracts\Session\Session"
            ]
            "url" => array:2 [
              0 => "Illuminate\Routing\UrlGenerator"
              1 => "Illuminate\Contracts\Routing\UrlGenerator"
            ]
            "validator" => array:2 [
              0 => "Illuminate\Validation\Factory"
              1 => "Illuminate\Contracts\Validation\Factory"
            ]
            "view" => array:2 [
              0 => "Illuminate\View\Factory"
              1 => "Illuminate\Contracts\View\Factory"
            ]
            "Illuminate\Notifications\ChannelManager" => array:2 [
              0 => "Illuminate\Contracts\Notifications\Dispatcher"
              1 => "Illuminate\Contracts\Notifications\Factory"
            ]
            "arrilot.widget" => array:1 [
              0 => "Arrilot\Widgets\Factories\WidgetFactory"
            ]
            "arrilot.async-widget" => array:1 [
              0 => "Arrilot\Widgets\Factories\AsyncWidgetFactory"
            ]
            "arrilot.widget-group-collection" => array:1 [
              0 => "Arrilot\Widgets\WidgetGroupCollection"
            ]
            "image" => array:1 [
              0 => "Intervention\Image\ImageManager"
            ]
            "url.shortener" => array:1 [
              0 => "LaraCrafts\UrlShortener\UrlShortenerManager"
            ]
            "Larapack\Hooks\Hooks" => array:1 [
              0 => "hooks"
            ]
            "phpexcel" => array:1 [
              0 => "Maatwebsite\Excel\Classes\PHPExcel"
            ]
            "excel" => array:1 [
              0 => "Maatwebsite\Excel\Excel"
            ]
            "Spatie\Newsletter\Newsletter" => array:1 [
              0 => "newsletter"
            ]
          ]
          #extenders: []
          #tags: []
          #buildStack: []
          #with: []
          +contextual: array:1 [
            "Symfony\Component\VarDumper\Server\DumpServer" => array:1 [
              "$host" => "tcp://127.0.0.1:9912"
            ]
          ]
          #reboundCallbacks: array:3 [
            "request" => array:3 [
              0 => Closure($app, $request) {#55 …4}
              1 => Closure($app, $instance) {#1537 …5}
              2 => Closure($app, $request) {#1431 …4}
            ]
            "events" => array:1 [
              0 => Closure($app, $dispatcher) {#56 …4}
            ]
            "routes" => array:1 [
              0 => Closure($app, $routes) {#1434 …4}
            ]
          ]
          #globalResolvingCallbacks: []
          #globalAfterResolvingCallbacks: []
          #resolvingCallbacks: array:1 [
            "Illuminate\Foundation\Http\FormRequest" => array:1 [
              0 => Closure($request, $app) {#1692 …4}
            ]
          ]
          #afterResolvingCallbacks: array:2 [
            "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
              0 => Closure($resolved) {#1693 …4}
            ]
            "migrator" => array:1 [
              0 => Closure($migrator) {#1534 …5}
            ]
          ]
        }
        #listeners: array:15 [
          "voyager.admin.routing" => array:1 [
            0 => Closure($event, $payload) {#1574
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
          "Larapack\Hooks\Events\Setup" => array:3 [
            0 => Closure($event, $payload) {#1576
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
            1 => Closure($event, $payload) {#1578
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
            2 => Closure($event, $payload) {#1572
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
          "Illuminate\Foundation\Events\LocaleUpdated" => array:1 [
            0 => Closure($event, $payload) {#1555
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
          "TCG\Voyager\Events\BreadAdded" => array:2 [
            0 => Closure($event, $payload) {#1554
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
            1 => Closure($event, $payload) {#1553
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "TCG\Voyager\Events\BreadDeleted" => array:1 [
            0 => Closure($event, $payload) {#1546
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "TCG\Voyager\Events\SettingUpdated" => array:1 [
            0 => Closure($event, $payload) {#1552
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.created: App\User" => array:1 [
            0 => Closure($event, $payload) {#1535
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
          "voyager.alerts.collecting" => array:1 [
            0 => Closure($event, $payload) {#1428
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
          "Illuminate\Auth\Events\Registered" => array:1 [
            0 => Closure($event, $payload) {#1438
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.retrieved: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#523
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.created: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#522
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.updated: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#513
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.restoring: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#520
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.restored: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#519
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
          "eloquent.deleted: App\Listing" => array:1 [
            0 => Closure($event, $payload) {#518
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "360 to 368"
            }
          ]
        ]
        #wildcards: array:1 [
          "composing: voyager::*" => array:1 [
            0 => Closure($event, $payload) {#1426
              class: "Illuminate\Events\Dispatcher"
              this: Illuminate\Events\Dispatcher {#27}
              use: { …2}
              file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
              line: "342 to 348"
            }
          ]
        ]
        #wildcardsCache: array:25 [
          "Illuminate\Database\Events\StatementPrepared" => []
          "Illuminate\Database\Events\QueryExecuted" => []
          "voyager.routing" => []
          "TCG\Voyager\Events\Routing" => []
          "voyager.admin.routing" => []
          "TCG\Voyager\Events\RoutingAdmin" => []
          "eloquent.retrieved: TCG\Voyager\Models\DataType" => []
          "voyager.admin.routing.after" => []
          "TCG\Voyager\Events\RoutingAdminAfter" => []
          "voyager.routing.after" => []
          "TCG\Voyager\Events\RoutingAfter" => []
          "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
          "Illuminate\Routing\Events\RouteMatched" => []
          "Illuminate\Cache\Events\CacheMissed" => []
          "Illuminate\Cache\Events\KeyWritten" => []
          "eloquent.booting: App\Listing" => []
          "eloquent.booted: App\Listing" => []
          "eloquent.booting: App\CondoName" => []
          "eloquent.booted: App\CondoName" => []
          "eloquent.booting: App\City" => []
          "eloquent.booted: App\City" => []
          "eloquent.booting: App\SubdivisionName" => []
          "eloquent.booted: App\SubdivisionName" => []
          "eloquent.booting: App\District" => []
          "eloquent.booted: App\District" => []
        ]
        #queueResolver: Closure() {#28
          class: "Illuminate\Events\EventServiceProvider"
          this: Illuminate\Events\EventServiceProvider {#7 …}
          use: {
            $app: Illuminate\Foundation\Application {#2}
          }
          file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
          line: "18 to 20"
        }
      }
      #fetchMode: 5
      #transactions: 0
      #recordsModified: false
      #queryLog: []
      #loggingQueries: false
      #pretending: false
      #doctrineConnection: Doctrine\DBAL\Connection {#1527
        #_conn: Doctrine\DBAL\Driver\PDOConnection {#1515}
        #_config: Doctrine\DBAL\Configuration {#1526
          #_attributes: []
        }
        #_eventManager: Doctrine\Common\EventManager {#1524
          -_listeners: []
        }
        #_expr: Doctrine\DBAL\Query\Expression\ExpressionBuilder {#1523
          -connection: Doctrine\DBAL\Connection {#1527}
        }
        -isConnected: true
        -autoCommit: true
        -transactionNestingLevel: 0
        -transactionIsolationLevel: null
        -nestTransactionsWithSavepoints: false
        -params: array:2 [
          "dbname" => "property"
          "driver" => "pdo_mysql"
        ]
        -platform: Doctrine\DBAL\Platforms\MySQL57Platform {#1521
          #doctrineTypeMapping: array:40 [
            "tinyint" => "boolean"
            "smallint" => "smallint"
            "mediumint" => "integer"
            "int" => "integer"
            "integer" => "integer"
            "bigint" => "bigint"
            "tinytext" => "text"
            "mediumtext" => "text"
            "longtext" => "text"
            "text" => "text"
            "varchar" => "string"
            "string" => "string"
            "char" => "string"
            "date" => "date"
            "datetime" => "datetime"
            "timestamp" => "datetime"
            "time" => "time"
            "float" => "float"
            "double" => "float"
            "real" => "float"
            "decimal" => "decimal"
            "numeric" => "decimal"
            "year" => "date"
            "longblob" => "blob"
            "blob" => "blob"
            "mediumblob" => "blob"
            "tinyblob" => "blob"
            "binary" => "binary"
            "varbinary" => "binary"
            "set" => "simple_array"
            "json" => "json"
            "geometry" => "string"
            "point" => "string"
            "linestring" => "string"
            "polygon" => "string"
            "multipoint" => "string"
            "multilinestring" => "string"
            "multipolygon" => "string"
            "geometrycollection" => "string"
            "geomcollection" => "string"
          ]
          #doctrineTypeComments: null
          #_eventManager: Doctrine\Common\EventManager {#1524}
          #_keywords: null
        }
        #_schemaManager: null
        #_driver: Doctrine\DBAL\Driver\PDOMySql\Driver {#1528}
        -isRollbackOnly: false
        #defaultFetchMode: 2
      }
    }
    +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1532}
    +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#1533}
    +bindings: array:7 [
      "select" => []
      "from" => []
      "join" => []
      "where" => array:9 [
        0 => 1
        1 => "1"
        2 => "2"
        3 => "makati"
        4 => "makati"
        5 => "makati"
        6 => "Makati"
        7 => "Makati"
        8 => "makati"
      ]
      "having" => []
      "order" => []
      "union" => []
    ]
    +aggregate: null
    +columns: null
    +distinct: false
    +from: "listings"
    +joins: null
    +wheres: array:4 [
      0 => array:3 [
        "type" => "Nested"
        "query" => Illuminate\Database\Query\Builder {#510
          +connection: Grimzy\LaravelMysqlSpatial\MysqlConnection {#1531}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1532}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#1533}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:3 [
              0 => 1
              1 => "1"
              2 => "2"
            ]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "listings"
          +joins: null
          +wheres: array:3 [
            0 => array:5 [
              "type" => "Basic"
              "column" => "approved"
              "operator" => "="
              "value" => 1
              "boolean" => "and"
            ]
            1 => array:5 [
              "type" => "Basic"
              "column" => "property_type"
              "operator" => "="
              "value" => "1"
              "boolean" => "and"
            ]
            2 => array:5 [
              "type" => "Basic"
              "column" => "listing_type"
              "operator" => "="
              "value" => "2"
              "boolean" => "and"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:30 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "not rlike"
            19 => "regexp"
            20 => "not regexp"
            21 => "~"
            22 => "~*"
            23 => "!~"
            24 => "!~*"
            25 => "similar to"
            26 => "not similar to"
            27 => "not ilike"
            28 => "~~*"
            29 => "!~~*"
          ]
          +useWritePdo: false
        }
        "boolean" => "and"
      ]
      1 => array:3 [
        "type" => "Nested"
        "query" => Illuminate\Database\Query\Builder {#509
          +connection: Grimzy\LaravelMysqlSpatial\MysqlConnection {#1531}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1532}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#1533}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => []
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "listings"
          +joins: null
          +wheres: array:5 [
            0 => array:3 [
              "type" => "NotNull"
              "column" => "condominium_id"
              "boolean" => "or"
            ]
            1 => array:3 [
              "type" => "NotNull"
              "column" => "subdivision_id"
              "boolean" => "or"
            ]
            2 => array:3 [
              "type" => "NotNull"
              "column" => "location_city_id"
              "boolean" => "or"
            ]
            3 => array:3 [
              "type" => "NotNull"
              "column" => "location_district_id"
              "boolean" => "or"
            ]
            4 => array:3 [
              "type" => "NotNull"
              "column" => "address"
              "boolean" => "or"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:30 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "not rlike"
            19 => "regexp"
            20 => "not regexp"
            21 => "~"
            22 => "~*"
            23 => "!~"
            24 => "!~*"
            25 => "similar to"
            26 => "not similar to"
            27 => "not ilike"
            28 => "~~*"
            29 => "!~~*"
          ]
          +useWritePdo: false
        }
        "boolean" => "and"
      ]
      2 => array:3 [
        "type" => "Nested"
        "query" => Illuminate\Database\Query\Builder {#503
          +connection: Grimzy\LaravelMysqlSpatial\MysqlConnection {#1531}
          +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1532}
          +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#1533}
          +bindings: array:7 [
            "select" => []
            "from" => []
            "join" => []
            "where" => array:6 [
              0 => "makati"
              1 => "makati"
              2 => "makati"
              3 => "Makati"
              4 => "Makati"
              5 => "makati"
            ]
            "having" => []
            "order" => []
            "union" => []
          ]
          +aggregate: null
          +columns: null
          +distinct: false
          +from: "listings"
          +joins: null
          +wheres: array:6 [
            0 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#501 …22}
              "boolean" => "and"
            ]
            1 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#495 …22}
              "boolean" => "or"
            ]
            2 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#486 …22}
              "boolean" => "or"
            ]
            3 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#478 …22}
              "boolean" => "or"
            ]
            4 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#481 …22}
              "boolean" => "or"
            ]
            5 => array:3 [
              "type" => "Exists"
              "query" => Illuminate\Database\Query\Builder {#471 …22}
              "boolean" => "or"
            ]
          ]
          +groups: null
          +havings: null
          +orders: null
          +limit: null
          +offset: null
          +unions: null
          +unionLimit: null
          +unionOffset: null
          +unionOrders: null
          +lock: null
          +operators: array:30 [
            0 => "="
            1 => "<"
            2 => ">"
            3 => "<="
            4 => ">="
            5 => "<>"
            6 => "!="
            7 => "<=>"
            8 => "like"
            9 => "like binary"
            10 => "not like"
            11 => "ilike"
            12 => "&"
            13 => "|"
            14 => "^"
            15 => "<<"
            16 => ">>"
            17 => "rlike"
            18 => "not rlike"
            19 => "regexp"
            20 => "not regexp"
            21 => "~"
            22 => "~*"
            23 => "!~"
            24 => "!~*"
            25 => "similar to"
            26 => "not similar to"
            27 => "not ilike"
            28 => "~~*"
            29 => "!~~*"
          ]
          +useWritePdo: false
        }
        "boolean" => "and"
      ]
      3 => array:3 [
        "type" => "Null"
        "column" => "deleted_at"
        "boolean" => "and"
      ]
    ]
    +groups: null
    +havings: null
    +orders: array:1 [
      0 => array:2 [
        "column" => "created_at"
        "direction" => "desc"
      ]
    ]
    +limit: null
    +offset: null
    +unions: null
    +unionLimit: null
    +unionOffset: null
    +unionOrders: null
    +lock: null
    +operators: array:30 [
      0 => "="
      1 => "<"
      2 => ">"
      3 => "<="
      4 => ">="
      5 => "<>"
      6 => "!="
      7 => "<=>"
      8 => "like"
      9 => "like binary"
      10 => "not like"
      11 => "ilike"
      12 => "&"
      13 => "|"
      14 => "^"
      15 => "<<"
      16 => ">>"
      17 => "rlike"
      18 => "not rlike"
      19 => "regexp"
      20 => "not regexp"
      21 => "~"
      22 => "~*"
      23 => "!~"
      24 => "!~*"
      25 => "similar to"
      26 => "not similar to"
      27 => "not ilike"
      28 => "~~*"
      29 => "!~~*"
    ]
    +useWritePdo: false
  }
  #model: App\Listing {#538
    #dates: array:2 [
      0 => "deleted_at"
      1 => "deleted_at"
    ]
    #spatial: array:1 [
      0 => "map"
    ]
    #fillable: array:29 [
      0 => "id"
      1 => "listing_type"
      2 => "property_type"
      3 => "price"
      4 => "beds"
      5 => "no_bathrooms"
      6 => "parking"
      7 => "floor_area"
      8 => "lot_area"
      9 => "furnishing"
      10 => "balcony"
      11 => "no_of_floors"
      12 => "created_at"
      13 => "updated_at"
      14 => "agent_id"
      15 => "description"
      16 => "building_tower"
      "photos" => "array"
      17 => "percentage"
      18 => "condominium_id"
      19 => "property_id"
      20 => "inclusive"
      21 => "approved"
      22 => "zendesk_ticket_id"
      23 => "zendesk_requester_id"
      24 => "location_city_id"
      25 => "location_district_id"
      26 => "subdivision_id"
      27 => "temp_id"
    ]
    #auditExclude: array:1 [
      0 => "zendesk_ticket_id"
    ]
    #connection: null
    #table: null
    #primaryKey: "id"
    #keyType: "int"
    +incrementing: true
    #with: []
    #withCount: []
    #perPage: 15
    +exists: false
    +wasRecentlyCreated: false
    #attributes: []
    #original: []
    #changes: []
    #casts: []
    #dateFormat: null
    #appends: []
    #dispatchesEvents: []
    #observables: []
    #relations: []
    #touches: []
    +timestamps: true
    #hidden: []
    #visible: []
    #guarded: array:1 [
      0 => "*"
    ]
    #forceDeleting: false
    #excludedAttributes: []
    #auditEvent: null
  }
  #eagerLoad: array:5 [
    "Gallery" => Closure() {#508
      class: "Illuminate\Database\Eloquent\Builder"
      this: Illuminate\Database\Eloquent\Builder {#517}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
      line: "1143 to 1145"
    }
    "CondoDetail" => Closure() {#511
      class: "Illuminate\Database\Eloquent\Builder"
      this: Illuminate\Database\Eloquent\Builder {#517}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
      line: "1143 to 1145"
    }
    "SubdivisionDetail" => Closure() {#507
      class: "Illuminate\Database\Eloquent\Builder"
      this: Illuminate\Database\Eloquent\Builder {#517}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
      line: "1143 to 1145"
    }
    "CityAddress" => Closure() {#506
      class: "Illuminate\Database\Eloquent\Builder"
      this: Illuminate\Database\Eloquent\Builder {#517}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
      line: "1143 to 1145"
    }
    "DistrictAddress" => Closure() {#492
      class: "Illuminate\Database\Eloquent\Builder"
      this: Illuminate\Database\Eloquent\Builder {#517}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
      line: "1143 to 1145"
    }
  ]
  #localMacros: array:4 [
    "restore" => Closure(Builder $builder) {#516
      class: "Illuminate\Database\Eloquent\SoftDeletingScope"
      this: Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
      line: "70 to 74"
    }
    "withTrashed" => Closure(Builder $builder, $withTrashed = true) {#515
      class: "Illuminate\Database\Eloquent\SoftDeletingScope"
      this: Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
      line: "85 to 91"
    }
    "withoutTrashed" => Closure(Builder $builder) {#514
      class: "Illuminate\Database\Eloquent\SoftDeletingScope"
      this: Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
      line: "102 to 110"
    }
    "onlyTrashed" => Closure(Builder $builder) {#505
      class: "Illuminate\Database\Eloquent\SoftDeletingScope"
      this: Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
      file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
      line: "121 to 129"
    }
  ]
  #onDelete: Closure(Builder $builder) {#512
    class: "Illuminate\Database\Eloquent\SoftDeletingScope"
    this: Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
    file: "/opt/bitnami/frameworks/laravel/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
    line: "38 to 44"
  }
  #passthru: array:17 [
    0 => "insert"
    1 => "insertOrIgnore"
    2 => "insertGetId"
    3 => "insertUsing"
    4 => "getBindings"
    5 => "toSql"
    6 => "dump"
    7 => "dd"
    8 => "exists"
    9 => "doesntExist"
    10 => "count"
    11 => "min"
    12 => "max"
    13 => "avg"
    14 => "average"
    15 => "sum"
    16 => "getConnection"
  ]
  #scopes: array:1 [
    "Illuminate\Database\Eloquent\SoftDeletingScope" => Illuminate\Database\Eloquent\SoftDeletingScope {#526 …}
  ]
  #removedScopes: []
}