object(PDOException)#746 (8) {
  ["message":protected]=>
  string(205) "SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4"
  ["string":"Exception":private]=>
  string(2553) "PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4 in /home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php:505
Stack trace:
#0 /home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php(505): PDOStatement->execute(Array)
#1 /home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php(487): App\Src\Dbal\QueryBuilder->statement(Object(App\Src\Dbal\Query))
#2 /home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php(109): App\Src\Dbal\QueryBuilder->fetchObjects(Array, Object(App\Src\Orm\Collection), 'App\\Models\\Loca...', Array)
#3 /home/wgregorybell/public_html/phpls/app/Src/Orm/Relations/Relation.php(106): App\Src\Orm\Query->get()
#4 /home/wgregorybell/public_html/phpls/app/Src/Orm/Relations/BelongsTo.php(136): App\Src\Orm\Relations\Relation->__call('get', Array)
#5 /home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php(200): App\Src\Orm\Relations\BelongsTo->load('location', Object(App\Src\Orm\Collection))
#6 /home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php(173): App\Src\Orm\Query->eagerLoadRelation(Object(App\Src\Orm\Collection), 'location', NULL)
#7 /home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php(109): App\Src\Orm\Query->eagerLoadRelations(Object(App\Src\Orm\Collection))
#8 /home/wgregorybell/public_html/phpls/app/Widgets/Listings.php(286): App\Src\Orm\Query->get()
#9 /home/wgregorybell/public_html/phpls/app/Widgets/Listings.php(38): App\Widgets\Listings->getListings()
#10 /home/wgregorybell/public_html/phpls/app/Models/Widget.php(124): App\Widgets\Listings->render()
#11 /home/wgregorybell/public_html/phpls/app/Repositories/Widgetizer.php(36): App\Models\Widget->render()
#12 /home/wgregorybell/public_html/phpls/app/Models/Page.php(172): App\Repositories\Widgetizer->render(Object(App\Src\Support\Collection))
#13 /home/wgregorybell/public_html/phpls/app/Controllers/Index.php(391): App\Models\Page->render(Object(App\Src\Support\Collection))
#14 /home/wgregorybell/public_html/phpls/app/Src/Mvc/BaseController.php(20): App\Controllers\Index->actionRouter(Array)
#15 /home/wgregorybell/public_html/phpls/app/Src/Application.php(184): App\Src\Mvc\BaseController->action('Router', Array)
#16 /home/wgregorybell/public_html/phpls/app/Src/Application.php(149): App\Src\Application->dispatch('Index/Router', Array)
#17 /home/wgregorybell/public_html/index.php(23): App\Src\Application->execute()
#18 {main}"
  ["code":protected]=>
  string(5) "42000"
  ["file":protected]=>
  string(66) "/home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php"
  ["line":protected]=>
  int(505)
  ["trace":"Exception":private]=>
  array(18) {
    [0]=>
    array(6) {
      ["file"]=>
      string(66) "/home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php"
      ["line"]=>
      int(505)
      ["function"]=>
      string(7) "execute"
      ["class"]=>
      string(12) "PDOStatement"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        array(0) {
        }
      }
    }
    [1]=>
    array(6) {
      ["file"]=>
      string(66) "/home/wgregorybell/public_html/phpls/app/Src/Dbal/QueryBuilder.php"
      ["line"]=>
      int(487)
      ["function"]=>
      string(9) "statement"
      ["class"]=>
      string(25) "App\Src\Dbal\QueryBuilder"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(App\Src\Dbal\Query)#748 (2) {
          ["sql"]=>
          string(75) "SELECT
phpls_locations.*
FROM phpls_locations
WHERE phpls_locations.id IN()"
          ["parameters"]=>
          array(0) {
          }
        }
      }
    }
    [2]=>
    array(6) {
      ["file"]=>
      string(58) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php"
      ["line"]=>
      int(109)
      ["function"]=>
      string(12) "fetchObjects"
      ["class"]=>
      string(25) "App\Src\Dbal\QueryBuilder"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(4) {
        [0]=>
        array(1) {
          [0]=>
          string(17) "phpls_locations.*"
        }
        [1]=>
        object(App\Src\Orm\Collection)#751 (5) {
          ["items":protected]=>
          array(0) {
          }
          ["limit":"App\Src\Dbal\Collection":private]=>
          NULL
          ["total":"App\Src\Dbal\Collection":private]=>
          NULL
          ["limit":"App\Src\Orm\Collection":private]=>
          NULL
          ["total":"App\Src\Orm\Collection":private]=>
          NULL
        }
        [2]=>
        string(19) "App\Models\Location"
        [3]=>
        array(2) {
          [0]=>
          array(0) {
          }
          [1]=>
          bool(true)
        }
      }
    }
    [3]=>
    array(6) {
      ["file"]=>
      string(71) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Relations/Relation.php"
      ["line"]=>
      int(106)
      ["function"]=>
      string(3) "get"
      ["class"]=>
      string(17) "App\Src\Orm\Query"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [4]=>
    array(6) {
      ["file"]=>
      string(72) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Relations/BelongsTo.php"
      ["line"]=>
      int(136)
      ["function"]=>
      string(6) "__call"
      ["class"]=>
      string(30) "App\Src\Orm\Relations\Relation"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(3) "get"
        [1]=>
        array(0) {
        }
      }
    }
    [5]=>
    array(6) {
      ["file"]=>
      string(58) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php"
      ["line"]=>
      int(200)
      ["function"]=>
      string(4) "load"
      ["class"]=>
      string(31) "App\Src\Orm\Relations\BelongsTo"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(8) "location"
        [1]=>
        object(App\Src\Orm\Collection)#665 (5) {
          ["items":protected]=>
          array(8) {
            [0]=>
            object(App\Models\Listing)#20 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3242)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(18)
                ["search_impressions"]=>
                int(51)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(16) "Get a FREE Lunch"
                ["slug"]=>
                string(16) "get-a-free-lunch"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#774 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#803 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#801 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#799 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#798 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#796 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#794 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#792 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#790 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [1]=>
            object(App\Models\Listing)#10 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(30)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(23)
                ["search_impressions"]=>
                int(89)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(73)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:41:01"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:31:25"
                ["meta_title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_keywords"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["slug"]=>
                string(29) "free-6-pack-of-coors-light-ar"
                ["short_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["description"]=>
                string(233) "<p>Get a 6-Pack of Coors Light for <strong>free</strong> (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-30 00:00:00"
                ["offer_end_datetime"]=>
                string(19) "2023-08-30 12:00:00"
                ["offer_price"]=>
                string(2) "20"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(4) "1500"
                ["offer_terms"]=>
                string(184) "Get a 6-Pack of Coors Light for free (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#773 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#641 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#653 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#607 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#605 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "97df2955ca88591fa04d894118efbf0c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#603 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "3551cf2019b1339153ef74d4df0afd19"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#601 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "a47584908abd83475b89660a8db67ecf"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#599 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#592 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [2]=>
            object(App\Models\Listing)#673 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(37)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(76)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(72)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:08:37"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:10:29"
                ["meta_title"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_keywords"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_description"]=>
                string(29) "Strip Highlights Night Flight"
                ["title"]=>
                string(29) "Strip Highlights Night Flight"
                ["slug"]=>
                string(29) "strip-highlights-night-flight"
                ["short_description"]=>
                string(22) "Limited Time Promotion"
                ["description"]=>
                string(163) "<p>This Helicopter tour features the lights and sights of the world-renowned Las Vegas Strip and Downtown from the comfort of your seat in the sky.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2024-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-06-01 12:00:00"
                ["offer_price"]=>
                string(3) "109"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "20"
                ["offer_count"]=>
                string(2) "50"
                ["offer_terms"]=>
                string(363) "All passengers are free to request a front seat upgrade, although availability is limited. Front seat upgrades are not guaranteed, but are assigned once the passenger check-in process is complete and seating aboard the helicopter is determined. If your request for an upgrade is confirmed, payment will be processed at the check-in counter prior to departure.

"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#772 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#543 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#541 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#539 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#537 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "b542d38d12d196dcaacf549670d0e550"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#535 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "736366819389717efbee8e16309e1f6e"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#533 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "d97fcb93cd19da55202cf950dea06232"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#531 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#529 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [3]=>
            object(App\Models\Listing)#572 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(29)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(26)
                ["search_impressions"]=>
                int(97)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(13)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:24:26"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:30:41"
                ["meta_title"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_keywords"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["title"]=>
                string(56) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15!"
                ["slug"]=>
                string(53) "10-pc-boneless-wings-w-fries-at-buffalo-wild-wings-15"
                ["short_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["description"]=>
                string(202) "<ul><li>10-Pc Traditional Wings + Fries for <strong>$12.99</strong></li><li>20-Pc Boneless Wings + Fries for <strong>$20.49</strong></li></ul>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-10-01 12:00:00"
                ["offer_price"]=>
                string(2) "15"
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(4) "5.01"
                ["offer_count"]=>
                string(4) "1000"
                ["offer_terms"]=>
                string(90) "Gordon Ramsay Hell's Kitchen is offering 10-Pc Boneless Wings + Fries for only $9.99."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#770 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#594 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#613 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#615 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#609 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "3416c78f4428da04895c67d8791ac989"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#566 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "0e4c0735a0627dce63be9c3f4c08c40c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#644 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "7134cdf9e51695a109f2156d99c0e186"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#585 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        string(15) "+1 702-731-7373"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#564 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.caesars.com"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [4]=>
            object(App\Models\Listing)#648 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3245)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(17)
                ["search_impressions"]=>
                int(52)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(18) "Get a FREE Lunch 2"
                ["slug"]=>
                string(18) "get-a-free-lunch-2"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                NULL
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#768 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#789 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#787 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#785 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#783 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#781 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#780 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#778 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#776 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [5]=>
            object(App\Models\Listing)#569 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(98)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(21)
                ["search_impressions"]=>
                int(67)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(74)
                ["added_datetime"]=>
                string(19) "2025-03-11 03:13:06"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(35) "50% off 2nd Menu Item with purchase"
                ["slug"]=>
                string(34) "50-off-2nd-menu-item-with-purchase"
                ["short_description"]=>
                string(0) ""
                ["description"]=>
                string(0) ""
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-10 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-03-29 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "500"
                ["offer_terms"]=>
                string(13) "In store only"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0000"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#766 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#816 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#814 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#812 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#811 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "7cb4c46e98317245814e2095faa07c63"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#810 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4f2a2bba720d3de0fbddbbabf10e8840"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#808 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "df920c583113b41d2ffc1caf9f2af578"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#806 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#805 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [6]=>
            object(App\Models\Listing)#646 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(31)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(75)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(14)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(70)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:48:50"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:33:05"
                ["meta_title"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_keywords"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_description"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["title"]=>
                string(54) "Today Only! Intex Seahawk 2 Inflatable Boat Blue + F/S"
                ["slug"]=>
                string(51) "today-only-intex-seahawk-2-inflatable-boat-blue-f-s"
                ["short_description"]=>
                string(73) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. "
                ["description"]=>
                string(364) "<p>Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-06-01 22:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-06-01 12:00:00"
                ["offer_price"]=>
                string(5) "89.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "30"
                ["offer_count"]=>
                string(3) "250"
                ["offer_terms"]=>
                string(345) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0200"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#764 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#597 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#558 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#556 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#554 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "6a83bad0459ef50ceceba4cccca8c6f9"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#551 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "923a375492110075ae0513b0d1fd900a"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#549 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "69f2c6adf6695308e1eb93cecfb87dd0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#547 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#545 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.amazon.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [7]=>
            object(App\Models\Listing)#628 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(38)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(77)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(69)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:20:38"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:13:00"
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(56) "CANCUN CLUB CRAWL - VIP ACCESS TO 2-3 VENUES IN ONE DAY!"
                ["slug"]=>
                string(53) "cancun-club-crawl-vip-access-to-2-3-venues-in-one-day"
                ["short_description"]=>
                string(144) "Perfect for Girl's & Boy's Day Out, Weekend Getaways, Bachelor & Bachelorette Parties, Birthdays! Let your Vegas party begin! "
                ["description"]=>
                string(806) "<p>Ready for some fun in the sun? Get wet and wild as famous DJs spin dance music and beautiful crowds rock to the beat at the hottest pool parties in Mexico. Party by day with World Crawl and experience the energy-driven Mexico day pool scene. Some of the pools are far apart so the World Crawl bus will transport you between each day club.Skip past the lines (up to 2 hours long) and get priority entry into Day Clubs like <strong>Tao Beach Club, Marquee at the Cosmopolitan, Wet Republic, Bare, Liquid, Drai&#39;s Beach at the Cromwell, REHAB at Hard Rock</strong>, <strong>Sapphire</strong>, and <strong>DAYLIGHT at Mandalay Bay.</strong><br />All line-ups are subject to change on short notice. Although this happens rarely, it can happen.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2021-03-20 23:00:00"
                ["offer_end_datetime"]=>
                string(19) "2021-12-01 12:00:00"
                ["offer_price"]=>
                string(5) "99.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "200"
                ["offer_terms"]=>
                string(429) "Reservations are required. These Club Crawls Sell Out! Buy direct from World Crawl and Save!

Available: Friday, Saturday, Sunday in Summer.

Club Crawl Includes: 
Cancun's hottest Pools and Dayclubs with No Cover!
Save up to $110 in Cover Charges!
Skip lines almost 2 hours long!
Fully guided by an experienced host.
Includes transportation in the Party Bus!
Complimentary towels are available at each day club.
"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#762 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#527 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#524 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#522 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#520 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "9a9217da74df88c710a4406abe42d655"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#822 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "029f06eec72062aed9d4c609cea3b977"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#821 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "772d39d998ddc7fde4f9e762ca2c15f0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#820 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#818 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
          }
          ["limit":"App\Src\Dbal\Collection":private]=>
          NULL
          ["total":"App\Src\Dbal\Collection":private]=>
          NULL
          ["limit":"App\Src\Orm\Collection":private]=>
          NULL
          ["total":"App\Src\Orm\Collection":private]=>
          NULL
        }
      }
    }
    [6]=>
    array(6) {
      ["file"]=>
      string(58) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php"
      ["line"]=>
      int(173)
      ["function"]=>
      string(17) "eagerLoadRelation"
      ["class"]=>
      string(17) "App\Src\Orm\Query"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(3) {
        [0]=>
        object(App\Src\Orm\Collection)#665 (5) {
          ["items":protected]=>
          array(8) {
            [0]=>
            object(App\Models\Listing)#20 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3242)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(18)
                ["search_impressions"]=>
                int(51)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(16) "Get a FREE Lunch"
                ["slug"]=>
                string(16) "get-a-free-lunch"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#774 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#803 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#801 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#799 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#798 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#796 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#794 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#792 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#790 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [1]=>
            object(App\Models\Listing)#10 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(30)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(23)
                ["search_impressions"]=>
                int(89)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(73)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:41:01"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:31:25"
                ["meta_title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_keywords"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["slug"]=>
                string(29) "free-6-pack-of-coors-light-ar"
                ["short_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["description"]=>
                string(233) "<p>Get a 6-Pack of Coors Light for <strong>free</strong> (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-30 00:00:00"
                ["offer_end_datetime"]=>
                string(19) "2023-08-30 12:00:00"
                ["offer_price"]=>
                string(2) "20"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(4) "1500"
                ["offer_terms"]=>
                string(184) "Get a 6-Pack of Coors Light for free (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#773 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#641 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#653 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#607 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#605 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "97df2955ca88591fa04d894118efbf0c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#603 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "3551cf2019b1339153ef74d4df0afd19"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#601 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "a47584908abd83475b89660a8db67ecf"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#599 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#592 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [2]=>
            object(App\Models\Listing)#673 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(37)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(76)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(72)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:08:37"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:10:29"
                ["meta_title"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_keywords"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_description"]=>
                string(29) "Strip Highlights Night Flight"
                ["title"]=>
                string(29) "Strip Highlights Night Flight"
                ["slug"]=>
                string(29) "strip-highlights-night-flight"
                ["short_description"]=>
                string(22) "Limited Time Promotion"
                ["description"]=>
                string(163) "<p>This Helicopter tour features the lights and sights of the world-renowned Las Vegas Strip and Downtown from the comfort of your seat in the sky.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2024-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-06-01 12:00:00"
                ["offer_price"]=>
                string(3) "109"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "20"
                ["offer_count"]=>
                string(2) "50"
                ["offer_terms"]=>
                string(363) "All passengers are free to request a front seat upgrade, although availability is limited. Front seat upgrades are not guaranteed, but are assigned once the passenger check-in process is complete and seating aboard the helicopter is determined. If your request for an upgrade is confirmed, payment will be processed at the check-in counter prior to departure.

"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#772 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#543 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#541 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#539 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#537 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "b542d38d12d196dcaacf549670d0e550"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#535 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "736366819389717efbee8e16309e1f6e"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#533 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "d97fcb93cd19da55202cf950dea06232"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#531 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#529 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [3]=>
            object(App\Models\Listing)#572 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(29)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(26)
                ["search_impressions"]=>
                int(97)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(13)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:24:26"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:30:41"
                ["meta_title"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_keywords"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["title"]=>
                string(56) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15!"
                ["slug"]=>
                string(53) "10-pc-boneless-wings-w-fries-at-buffalo-wild-wings-15"
                ["short_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["description"]=>
                string(202) "<ul><li>10-Pc Traditional Wings + Fries for <strong>$12.99</strong></li><li>20-Pc Boneless Wings + Fries for <strong>$20.49</strong></li></ul>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-10-01 12:00:00"
                ["offer_price"]=>
                string(2) "15"
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(4) "5.01"
                ["offer_count"]=>
                string(4) "1000"
                ["offer_terms"]=>
                string(90) "Gordon Ramsay Hell's Kitchen is offering 10-Pc Boneless Wings + Fries for only $9.99."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#770 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#594 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#613 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#615 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#609 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "3416c78f4428da04895c67d8791ac989"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#566 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "0e4c0735a0627dce63be9c3f4c08c40c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#644 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "7134cdf9e51695a109f2156d99c0e186"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#585 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        string(15) "+1 702-731-7373"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#564 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.caesars.com"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [4]=>
            object(App\Models\Listing)#648 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3245)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(17)
                ["search_impressions"]=>
                int(52)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(18) "Get a FREE Lunch 2"
                ["slug"]=>
                string(18) "get-a-free-lunch-2"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                NULL
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#768 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#789 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#787 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#785 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#783 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#781 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#780 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#778 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#776 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [5]=>
            object(App\Models\Listing)#569 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(98)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(21)
                ["search_impressions"]=>
                int(67)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(74)
                ["added_datetime"]=>
                string(19) "2025-03-11 03:13:06"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(35) "50% off 2nd Menu Item with purchase"
                ["slug"]=>
                string(34) "50-off-2nd-menu-item-with-purchase"
                ["short_description"]=>
                string(0) ""
                ["description"]=>
                string(0) ""
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-10 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-03-29 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "500"
                ["offer_terms"]=>
                string(13) "In store only"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0000"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#766 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#816 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#814 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#812 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#811 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "7cb4c46e98317245814e2095faa07c63"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#810 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4f2a2bba720d3de0fbddbbabf10e8840"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#808 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "df920c583113b41d2ffc1caf9f2af578"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#806 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#805 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [6]=>
            object(App\Models\Listing)#646 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(31)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(75)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(14)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(70)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:48:50"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:33:05"
                ["meta_title"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_keywords"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_description"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["title"]=>
                string(54) "Today Only! Intex Seahawk 2 Inflatable Boat Blue + F/S"
                ["slug"]=>
                string(51) "today-only-intex-seahawk-2-inflatable-boat-blue-f-s"
                ["short_description"]=>
                string(73) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. "
                ["description"]=>
                string(364) "<p>Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-06-01 22:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-06-01 12:00:00"
                ["offer_price"]=>
                string(5) "89.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "30"
                ["offer_count"]=>
                string(3) "250"
                ["offer_terms"]=>
                string(345) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0200"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#764 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#597 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#558 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#556 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#554 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "6a83bad0459ef50ceceba4cccca8c6f9"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#551 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "923a375492110075ae0513b0d1fd900a"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#549 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "69f2c6adf6695308e1eb93cecfb87dd0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#547 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#545 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.amazon.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [7]=>
            object(App\Models\Listing)#628 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(38)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(77)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(69)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:20:38"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:13:00"
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(56) "CANCUN CLUB CRAWL - VIP ACCESS TO 2-3 VENUES IN ONE DAY!"
                ["slug"]=>
                string(53) "cancun-club-crawl-vip-access-to-2-3-venues-in-one-day"
                ["short_description"]=>
                string(144) "Perfect for Girl's & Boy's Day Out, Weekend Getaways, Bachelor & Bachelorette Parties, Birthdays! Let your Vegas party begin! "
                ["description"]=>
                string(806) "<p>Ready for some fun in the sun? Get wet and wild as famous DJs spin dance music and beautiful crowds rock to the beat at the hottest pool parties in Mexico. Party by day with World Crawl and experience the energy-driven Mexico day pool scene. Some of the pools are far apart so the World Crawl bus will transport you between each day club.Skip past the lines (up to 2 hours long) and get priority entry into Day Clubs like <strong>Tao Beach Club, Marquee at the Cosmopolitan, Wet Republic, Bare, Liquid, Drai&#39;s Beach at the Cromwell, REHAB at Hard Rock</strong>, <strong>Sapphire</strong>, and <strong>DAYLIGHT at Mandalay Bay.</strong><br />All line-ups are subject to change on short notice. Although this happens rarely, it can happen.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2021-03-20 23:00:00"
                ["offer_end_datetime"]=>
                string(19) "2021-12-01 12:00:00"
                ["offer_price"]=>
                string(5) "99.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "200"
                ["offer_terms"]=>
                string(429) "Reservations are required. These Club Crawls Sell Out! Buy direct from World Crawl and Save!

Available: Friday, Saturday, Sunday in Summer.

Club Crawl Includes: 
Cancun's hottest Pools and Dayclubs with No Cover!
Save up to $110 in Cover Charges!
Skip lines almost 2 hours long!
Fully guided by an experienced host.
Includes transportation in the Party Bus!
Complimentary towels are available at each day club.
"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#762 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#527 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#524 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#522 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#520 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "9a9217da74df88c710a4406abe42d655"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#822 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "029f06eec72062aed9d4c609cea3b977"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#821 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "772d39d998ddc7fde4f9e762ca2c15f0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#820 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#818 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
          }
          ["limit":"App\Src\Dbal\Collection":private]=>
          NULL
          ["total":"App\Src\Dbal\Collection":private]=>
          NULL
          ["limit":"App\Src\Orm\Collection":private]=>
          NULL
          ["total":"App\Src\Orm\Collection":private]=>
          NULL
        }
        [1]=>
        string(8) "location"
        [2]=>
        NULL
      }
    }
    [7]=>
    array(6) {
      ["file"]=>
      string(58) "/home/wgregorybell/public_html/phpls/app/Src/Orm/Query.php"
      ["line"]=>
      int(109)
      ["function"]=>
      string(18) "eagerLoadRelations"
      ["class"]=>
      string(17) "App\Src\Orm\Query"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(App\Src\Orm\Collection)#665 (5) {
          ["items":protected]=>
          array(8) {
            [0]=>
            object(App\Models\Listing)#20 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3242)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(18)
                ["search_impressions"]=>
                int(51)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(16) "Get a FREE Lunch"
                ["slug"]=>
                string(16) "get-a-free-lunch"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#774 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#803 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#801 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#799 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#798 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#796 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#794 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#792 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#790 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3242)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [1]=>
            object(App\Models\Listing)#10 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(30)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(23)
                ["search_impressions"]=>
                int(89)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(73)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:41:01"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:31:25"
                ["meta_title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_keywords"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["meta_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["title"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["slug"]=>
                string(29) "free-6-pack-of-coors-light-ar"
                ["short_description"]=>
                string(31) "Free 6-Pack of Coors Light (AR)"
                ["description"]=>
                string(233) "<p>Get a 6-Pack of Coors Light for <strong>free</strong> (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-30 00:00:00"
                ["offer_end_datetime"]=>
                string(19) "2023-08-30 12:00:00"
                ["offer_price"]=>
                string(2) "20"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(4) "1500"
                ["offer_terms"]=>
                string(184) "Get a 6-Pack of Coors Light for free (max $10.99) when you submit the following rebate form! Rebate will be sent via PayPal. Must purchase before 6/1 and submit your rebate before 6/15"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#773 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#641 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#653 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#607 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#605 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "97df2955ca88591fa04d894118efbf0c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#603 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "3551cf2019b1339153ef74d4df0afd19"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#601 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "a47584908abd83475b89660a8db67ecf"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#599 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#592 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(30)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [2]=>
            object(App\Models\Listing)#673 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(37)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(76)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(72)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:08:37"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:10:29"
                ["meta_title"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_keywords"]=>
                string(29) "Strip Highlights Night Flight"
                ["meta_description"]=>
                string(29) "Strip Highlights Night Flight"
                ["title"]=>
                string(29) "Strip Highlights Night Flight"
                ["slug"]=>
                string(29) "strip-highlights-night-flight"
                ["short_description"]=>
                string(22) "Limited Time Promotion"
                ["description"]=>
                string(163) "<p>This Helicopter tour features the lights and sights of the world-renowned Las Vegas Strip and Downtown from the comfort of your seat in the sky.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2024-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-06-01 12:00:00"
                ["offer_price"]=>
                string(3) "109"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "20"
                ["offer_count"]=>
                string(2) "50"
                ["offer_terms"]=>
                string(363) "All passengers are free to request a front seat upgrade, although availability is limited. Front seat upgrades are not guaranteed, but are assigned once the passenger check-in process is complete and seating aboard the helicopter is determined. If your request for an upgrade is confirmed, payment will be processed at the check-in counter prior to departure.

"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#772 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#543 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#541 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#539 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#537 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "b542d38d12d196dcaacf549670d0e550"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#535 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "736366819389717efbee8e16309e1f6e"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#533 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "d97fcb93cd19da55202cf950dea06232"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#531 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#529 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(37)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [3]=>
            object(App\Models\Listing)#572 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(29)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(26)
                ["search_impressions"]=>
                int(97)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(13)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:24:26"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:30:41"
                ["meta_title"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_keywords"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["meta_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["title"]=>
                string(56) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15!"
                ["slug"]=>
                string(53) "10-pc-boneless-wings-w-fries-at-buffalo-wild-wings-15"
                ["short_description"]=>
                string(55) "10-Pc Boneless Wings w/ Fries At Buffalo Wild Wings $15"
                ["description"]=>
                string(202) "<ul><li>10-Pc Traditional Wings + Fries for <strong>$12.99</strong></li><li>20-Pc Boneless Wings + Fries for <strong>$20.49</strong></li></ul>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-03-01 11:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-10-01 12:00:00"
                ["offer_price"]=>
                string(2) "15"
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(4) "5.01"
                ["offer_count"]=>
                string(4) "1000"
                ["offer_terms"]=>
                string(90) "Gordon Ramsay Hell's Kitchen is offering 10-Pc Boneless Wings + Fries for only $9.99."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#770 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#594 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#613 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#615 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#609 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "3416c78f4428da04895c67d8791ac989"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#566 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "0e4c0735a0627dce63be9c3f4c08c40c"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#644 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "7134cdf9e51695a109f2156d99c0e186"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#585 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        string(15) "+1 702-731-7373"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#564 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(29)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.caesars.com"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [4]=>
            object(App\Models\Listing)#648 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(3245)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(17)
                ["search_impressions"]=>
                int(52)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(6)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(75)
                ["added_datetime"]=>
                string(19) "2025-03-24 04:28:18"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(18) "Get a FREE Lunch 2"
                ["slug"]=>
                string(18) "get-a-free-lunch-2"
                ["short_description"]=>
                string(31) "Buy 1 Lunch Sandwich Get 1 FREE"
                ["description"]=>
                string(55) "<p>Bagel Factory has several locations.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-02 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-12-31 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(5) "fixed"
                ["offer_discount"]=>
                string(1) "0"
                ["offer_count"]=>
                string(1) "0"
                ["offer_terms"]=>
                string(13) "One per visit"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                NULL
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#768 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#789 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#787 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#785 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#783 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "94f5573717592712623c0a8c8a054b78"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#781 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4ad99420ceb808b473078680109251db"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#780 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "4f85e2d36f18d4d0272038dd8d0f1291"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#778 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#776 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(3245)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [5]=>
            object(App\Models\Listing)#569 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(98)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(21)
                ["search_impressions"]=>
                int(67)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(74)
                ["added_datetime"]=>
                string(19) "2025-03-11 03:13:06"
                ["updated_datetime"]=>
                NULL
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(35) "50% off 2nd Menu Item with purchase"
                ["slug"]=>
                string(34) "50-off-2nd-menu-item-with-purchase"
                ["short_description"]=>
                string(0) ""
                ["description"]=>
                string(0) ""
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2025-03-10 12:00:00"
                ["offer_end_datetime"]=>
                string(19) "2025-03-29 12:00:00"
                ["offer_price"]=>
                string(0) ""
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "500"
                ["offer_terms"]=>
                string(13) "In store only"
                ["offer_redeem"]=>
                int(1)
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0000"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 03:00:36"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#766 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#816 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#814 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#812 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#811 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "7cb4c46e98317245814e2095faa07c63"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#810 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "4f2a2bba720d3de0fbddbbabf10e8840"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#808 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "df920c583113b41d2ffc1caf9f2af578"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#806 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#805 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(98)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [6]=>
            object(App\Models\Listing)#646 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(31)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(75)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                int(14)
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(70)
                ["added_datetime"]=>
                string(19) "2021-03-13 16:48:50"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:33:05"
                ["meta_title"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_keywords"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["meta_description"]=>
                string(72) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set."
                ["title"]=>
                string(54) "Today Only! Intex Seahawk 2 Inflatable Boat Blue + F/S"
                ["slug"]=>
                string(51) "today-only-intex-seahawk-2-inflatable-boat-blue-f-s"
                ["short_description"]=>
                string(73) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. "
                ["description"]=>
                string(364) "<p>Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2023-06-01 22:00:00"
                ["offer_end_datetime"]=>
                string(19) "2024-06-01 12:00:00"
                ["offer_price"]=>
                string(5) "89.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "30"
                ["offer_count"]=>
                string(3) "250"
                ["offer_terms"]=>
                string(345) "Take a trip down the lake with this Intex Seahawk 2 two-person boat set. The sturdy vinyl construction stands up to heavy use, while the oar holders on either side offer easy rowing. Featuring an inflatable I-beam floor, this Intex Seahawk 2 two-person boat set provides comfort and stability, and the three air chambers offer additional safety."
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "+0200"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                string(3) "200"
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#764 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#597 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        string(25) "https://www.facebook.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#558 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        string(18) "https://vimeo.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#556 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        string(24) "https://www.youtube.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#554 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "6a83bad0459ef50ceceba4cccca8c6f9"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#551 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "923a375492110075ae0513b0d1fd900a"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#549 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "69f2c6adf6695308e1eb93cecfb87dd0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#547 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#545 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(31)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(23) "https://www.amazon.com/"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
            [7]=>
            object(App\Models\Listing)#628 (14) {
              ["items":protected]=>
              array(71) {
                ["id"]=>
                int(38)
                ["import_id"]=>
                NULL
                ["active"]=>
                int(1)
                ["claimed"]=>
                int(1)
                ["status"]=>
                string(6) "active"
                ["rating"]=>
                float(0)
                ["review_count"]=>
                int(0)
                ["impressions"]=>
                int(22)
                ["search_impressions"]=>
                int(77)
                ["phone_views"]=>
                NULL
                ["website_clicks"]=>
                NULL
                ["_featured"]=>
                NULL
                ["_position"]=>
                int(0)
                ["_extra_categories"]=>
                int(2)
                ["_title_size"]=>
                int(150)
                ["_short_description_size"]=>
                int(150)
                ["_description_size"]=>
                int(2500)
                ["_gallery_size"]=>
                int(5)
                ["_address"]=>
                NULL
                ["_map"]=>
                NULL
                ["_event_dates"]=>
                int(5)
                ["_send_message"]=>
                NULL
                ["_reviews"]=>
                NULL
                ["_seo"]=>
                NULL
                ["user_id"]=>
                int(2)
                ["type_id"]=>
                int(6)
                ["category_id"]=>
                int(69)
                ["added_datetime"]=>
                string(19) "2021-03-14 10:20:38"
                ["updated_datetime"]=>
                string(19) "2024-01-15 06:13:00"
                ["meta_title"]=>
                string(0) ""
                ["meta_keywords"]=>
                string(0) ""
                ["meta_description"]=>
                string(0) ""
                ["title"]=>
                string(56) "CANCUN CLUB CRAWL - VIP ACCESS TO 2-3 VENUES IN ONE DAY!"
                ["slug"]=>
                string(53) "cancun-club-crawl-vip-access-to-2-3-venues-in-one-day"
                ["short_description"]=>
                string(144) "Perfect for Girl's & Boy's Day Out, Weekend Getaways, Bachelor & Bachelorette Parties, Birthdays! Let your Vegas party begin! "
                ["description"]=>
                string(806) "<p>Ready for some fun in the sun? Get wet and wild as famous DJs spin dance music and beautiful crowds rock to the beat at the hottest pool parties in Mexico. Party by day with World Crawl and experience the energy-driven Mexico day pool scene. Some of the pools are far apart so the World Crawl bus will transport you between each day club.Skip past the lines (up to 2 hours long) and get priority entry into Day Clubs like <strong>Tao Beach Club, Marquee at the Cosmopolitan, Wet Republic, Bare, Liquid, Drai&#39;s Beach at the Cromwell, REHAB at Hard Rock</strong>, <strong>Sapphire</strong>, and <strong>DAYLIGHT at Mandalay Bay.</strong><br />All line-ups are subject to change on short notice. Although this happens rarely, it can happen.</p>"
                ["event_start_datetime"]=>
                NULL
                ["event_frequency"]=>
                NULL
                ["event_interval"]=>
                NULL
                ["event_weekdays"]=>
                NULL
                ["event_weeks"]=>
                NULL
                ["event_dates"]=>
                NULL
                ["event_end_datetime"]=>
                NULL
                ["event_rsvp"]=>
                NULL
                ["offer_start_datetime"]=>
                string(19) "2021-03-20 23:00:00"
                ["offer_end_datetime"]=>
                string(19) "2021-12-01 12:00:00"
                ["offer_price"]=>
                string(5) "99.99"
                ["offer_discount_type"]=>
                string(10) "percentage"
                ["offer_discount"]=>
                string(2) "50"
                ["offer_count"]=>
                string(3) "200"
                ["offer_terms"]=>
                string(429) "Reservations are required. These Club Crawls Sell Out! Buy direct from World Crawl and Save!

Available: Friday, Saturday, Sunday in Summer.

Club Crawl Includes: 
Cancun's hottest Pools and Dayclubs with No Cover!
Save up to $110 in Cover Charges!
Skip lines almost 2 hours long!
Fully guided by an experienced host.
Includes transportation in the Party Bus!
Complimentary towels are available at each day club.
"
                ["offer_redeem"]=>
                NULL
                ["address"]=>
                NULL
                ["zip"]=>
                NULL
                ["location_id"]=>
                NULL
                ["latitude"]=>
                NULL
                ["longitude"]=>
                NULL
                ["zoom"]=>
                NULL
                ["timezone"]=>
                string(5) "-0500"
                ["sync_product"]=>
                int(1)
                ["deadlinkchecker_datetime"]=>
                string(19) "2025-06-17 02:58:09"
                ["deadlinkchecker_retry"]=>
                NULL
                ["deadlinkchecker_code"]=>
                NULL
                ["backlinkchecker_datetime"]=>
                NULL
                ["backlinkchecker_retry"]=>
                NULL
                ["backlinkchecker_code"]=>
                NULL
                ["backlinkchecker_linkrelation"]=>
                NULL
                ["_backlink"]=>
                NULL
                ["_page"]=>
                int(1)
                ["_description_links_limit"]=>
                int(0)
                ["_dofollow"]=>
                NULL
              }
              ["table":protected]=>
              string(8) "listings"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(3) {
                ["data"]=>
                object(App\Src\Orm\Collection)#762 (5) {
                  ["items":protected]=>
                  array(8) {
                    [0]=>
                    object(App\Models\ListingFieldData)#527 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(15) "custom_Facebook"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [1]=>
                    object(App\Models\ListingFieldData)#524 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(12) "custom_Vimeo"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [2]=>
                    object(App\Models\ListingFieldData)#522 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(14) "custom_Youtube"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [3]=>
                    object(App\Models\ListingFieldData)#520 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(10) "gallery_id"
                        ["value"]=>
                        string(32) "9a9217da74df88c710a4406abe42d655"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [4]=>
                    object(App\Models\ListingFieldData)#822 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "logo_id"
                        ["value"]=>
                        string(32) "029f06eec72062aed9d4c609cea3b977"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [5]=>
                    object(App\Models\ListingFieldData)#821 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(16) "opening_hours_id"
                        ["value"]=>
                        string(32) "772d39d998ddc7fde4f9e762ca2c15f0"
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [6]=>
                    object(App\Models\ListingFieldData)#820 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        NULL
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(5) "phone"
                        ["value"]=>
                        NULL
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                    [7]=>
                    object(App\Models\ListingFieldData)#818 (13) {
                      ["items":protected]=>
                      array(4) {
                        ["active"]=>
                        int(1)
                        ["listing_id"]=>
                        int(38)
                        ["field_name"]=>
                        string(7) "website"
                        ["value"]=>
                        string(0) ""
                      }
                      ["table":protected]=>
                      string(16) "listingfielddata"
                      ["query":protected]=>
                      NULL
                      ["primaryKey":protected]=>
                      string(2) "id"
                      ["incrementing":protected]=>
                      bool(false)
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["fillable":protected]=>
                      array(1) {
                        [0]=>
                        string(5) "value"
                      }
                      ["guarded":protected]=>
                      array(0) {
                      }
                      ["searchable":protected]=>
                      array(0) {
                      }
                      ["sortable":protected]=>
                      array(0) {
                      }
                      ["translatable":protected]=>
                      array(0) {
                      }
                      ["exists":protected]=>
                      bool(true)
                      ["dirty":protected]=>
                      array(0) {
                      }
                    }
                  }
                  ["limit":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["total":"App\Src\Dbal\Collection":private]=>
                  NULL
                  ["limit":"App\Src\Orm\Collection":private]=>
                  NULL
                  ["total":"App\Src\Orm\Collection":private]=>
                  NULL
                }
                ["type"]=>
                object(App\Models\Type)#756 (13) {
                  ["items":protected]=>
                  array(19) {
                    ["id"]=>
                    int(6)
                    ["deleted"]=>
                    NULL
                    ["approvable"]=>
                    int(1)
                    ["approvable_updates"]=>
                    int(1)
                    ["approvable_reviews"]=>
                    int(1)
                    ["approvable_comments"]=>
                    int(1)
                    ["approvable_messages"]=>
                    int(1)
                    ["approvable_replies"]=>
                    int(1)
                    ["localizable"]=>
                    int(1)
                    ["reviewable"]=>
                    int(1)
                    ["type"]=>
                    string(11) "BlogPosting"
                    ["name_singular"]=>
                    string(18) "{"en":"Spotlight"}"
                    ["name_plural"]=>
                    string(19) "{"en":"Spotlights"}"
                    ["slug"]=>
                    string(10) "spotlights"
                    ["icon"]=>
                    string(15) "fas fa-bullhorn"
                    ["peruser_limit"]=>
                    int(0)
                    ["address_format"]=>
                    string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                    ["weight"]=>
                    int(6)
                    ["active"]=>
                    int(1)
                  }
                  ["table":protected]=>
                  string(5) "types"
                  ["query":protected]=>
                  NULL
                  ["primaryKey":protected]=>
                  string(2) "id"
                  ["incrementing":protected]=>
                  bool(true)
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["fillable":protected]=>
                  array(17) {
                    [0]=>
                    string(6) "active"
                    [1]=>
                    string(10) "approvable"
                    [2]=>
                    string(18) "approvable_updates"
                    [3]=>
                    string(18) "approvable_reviews"
                    [4]=>
                    string(19) "approvable_comments"
                    [5]=>
                    string(19) "approvable_messages"
                    [6]=>
                    string(18) "approvable_replies"
                    [7]=>
                    string(11) "localizable"
                    [8]=>
                    string(10) "reviewable"
                    [9]=>
                    string(4) "type"
                    [10]=>
                    string(13) "name_singular"
                    [11]=>
                    string(11) "name_plural"
                    [12]=>
                    string(4) "slug"
                    [13]=>
                    string(4) "icon"
                    [14]=>
                    string(13) "peruser_limit"
                    [15]=>
                    string(14) "address_format"
                    [16]=>
                    string(13) "schematype_id"
                  }
                  ["guarded":protected]=>
                  array(0) {
                  }
                  ["searchable":protected]=>
                  array(0) {
                  }
                  ["sortable":protected]=>
                  array(0) {
                  }
                  ["translatable":protected]=>
                  array(2) {
                    [0]=>
                    string(13) "name_singular"
                    [1]=>
                    string(11) "name_plural"
                  }
                  ["exists":protected]=>
                  bool(true)
                  ["dirty":protected]=>
                  array(0) {
                  }
                }
                ["category"]=>
                NULL
              }
              ["fillable":protected]=>
              array(1) {
                [0]=>
                string(7) "type_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(8) {
                ["keyword"]=>
                array(3) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(5) "title"
                    [1]=>
                    string(17) "short_description"
                    [2]=>
                    string(11) "description"
                  }
                  [1]=>
                  string(8) "fulltext"
                  [2]=>
                  bool(false)
                }
                ["active"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["inactive"]=>
                array(3) {
                  [0]=>
                  string(6) "active"
                  [1]=>
                  string(4) "null"
                  [2]=>
                  bool(false)
                }
                ["type_id"]=>
                array(3) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["category_id"]=>
                array(3) {
                  [0]=>
                  string(11) "category_id"
                  [1]=>
                  string(8) "category"
                  [2]=>
                  bool(false)
                }
                ["location_id"]=>
                array(3) {
                  [0]=>
                  string(11) "location_id"
                  [1]=>
                  string(8) "location"
                  [2]=>
                  bool(false)
                }
                ["user_id"]=>
                array(3) {
                  [0]=>
                  string(7) "user_id"
                  [1]=>
                  string(2) "eq"
                  [2]=>
                  bool(false)
                }
                ["dates"]=>
                array(3) {
                  [0]=>
                  string(5) "dates"
                  [1]=>
                  string(5) "dates"
                  [2]=>
                  bool(false)
                }
              }
              ["sortable":protected]=>
              array(7) {
                ["newest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(4) "DESC"
                }
                ["oldest"]=>
                array(2) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(3) "ASC"
                }
                ["highest-rated"]=>
                array(2) {
                  [0]=>
                  string(6) "rating"
                  [1]=>
                  string(4) "desc"
                }
                ["most-popular"]=>
                array(2) {
                  [0]=>
                  string(11) "impressions"
                  [1]=>
                  string(4) "desc"
                }
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["active"]=>
                array(1) {
                  [0]=>
                  string(6) "active"
                }
              }
              ["translatable":protected]=>
              array(0) {
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
              ["allowed":protected]=>
              array(30) {
                [0]=>
                string(5) "title"
                [1]=>
                string(4) "slug"
                [2]=>
                string(17) "short_description"
                [3]=>
                string(11) "description"
                [4]=>
                string(20) "event_start_datetime"
                [5]=>
                string(15) "event_frequency"
                [6]=>
                string(14) "event_interval"
                [7]=>
                string(14) "event_weekdays"
                [8]=>
                string(11) "event_weeks"
                [9]=>
                string(11) "event_dates"
                [10]=>
                string(18) "event_end_datetime"
                [11]=>
                string(10) "event_rsvp"
                [12]=>
                string(20) "offer_start_datetime"
                [13]=>
                string(18) "offer_end_datetime"
                [14]=>
                string(11) "offer_price"
                [15]=>
                string(19) "offer_discount_type"
                [16]=>
                string(14) "offer_discount"
                [17]=>
                string(11) "offer_count"
                [18]=>
                string(11) "offer_terms"
                [19]=>
                string(12) "offer_redeem"
                [20]=>
                string(7) "address"
                [21]=>
                string(3) "zip"
                [22]=>
                string(11) "location_id"
                [23]=>
                string(8) "latitude"
                [24]=>
                string(9) "longitude"
                [25]=>
                string(4) "zoom"
                [26]=>
                string(10) "meta_title"
                [27]=>
                string(13) "meta_keywords"
                [28]=>
                string(16) "meta_description"
                [29]=>
                string(8) "timezone"
              }
            }
          }
          ["limit":"App\Src\Dbal\Collection":private]=>
          NULL
          ["total":"App\Src\Dbal\Collection":private]=>
          NULL
          ["limit":"App\Src\Orm\Collection":private]=>
          NULL
          ["total":"App\Src\Orm\Collection":private]=>
          NULL
        }
      }
    }
    [8]=>
    array(6) {
      ["file"]=>
      string(61) "/home/wgregorybell/public_html/phpls/app/Widgets/Listings.php"
      ["line"]=>
      int(286)
      ["function"]=>
      string(3) "get"
      ["class"]=>
      string(17) "App\Src\Orm\Query"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [9]=>
    array(6) {
      ["file"]=>
      string(61) "/home/wgregorybell/public_html/phpls/app/Widgets/Listings.php"
      ["line"]=>
      int(38)
      ["function"]=>
      string(11) "getListings"
      ["class"]=>
      string(20) "App\Widgets\Listings"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [10]=>
    array(6) {
      ["file"]=>
      string(58) "/home/wgregorybell/public_html/phpls/app/Models/Widget.php"
      ["line"]=>
      int(124)
      ["function"]=>
      string(6) "render"
      ["class"]=>
      string(20) "App\Widgets\Listings"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [11]=>
    array(6) {
      ["file"]=>
      string(68) "/home/wgregorybell/public_html/phpls/app/Repositories/Widgetizer.php"
      ["line"]=>
      int(36)
      ["function"]=>
      string(6) "render"
      ["class"]=>
      string(17) "App\Models\Widget"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [12]=>
    array(6) {
      ["file"]=>
      string(56) "/home/wgregorybell/public_html/phpls/app/Models/Page.php"
      ["line"]=>
      int(172)
      ["function"]=>
      string(6) "render"
      ["class"]=>
      string(27) "App\Repositories\Widgetizer"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(App\Src\Support\Collection)#825 (1) {
          ["items":protected]=>
          array(4) {
            ["params"]=>
            array(1) {
              ["slug"]=>
              string(10) "spotlights"
            }
            ["type"]=>
            object(App\Models\Type)#791 (13) {
              ["items":protected]=>
              array(19) {
                ["id"]=>
                int(6)
                ["deleted"]=>
                NULL
                ["approvable"]=>
                int(1)
                ["approvable_updates"]=>
                int(1)
                ["approvable_reviews"]=>
                int(1)
                ["approvable_comments"]=>
                int(1)
                ["approvable_messages"]=>
                int(1)
                ["approvable_replies"]=>
                int(1)
                ["localizable"]=>
                int(1)
                ["reviewable"]=>
                int(1)
                ["type"]=>
                string(11) "BlogPosting"
                ["name_singular"]=>
                string(18) "{"en":"Spotlight"}"
                ["name_plural"]=>
                string(19) "{"en":"Spotlights"}"
                ["slug"]=>
                string(10) "spotlights"
                ["icon"]=>
                string(15) "fas fa-bullhorn"
                ["peruser_limit"]=>
                int(0)
                ["address_format"]=>
                string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                ["weight"]=>
                int(6)
                ["active"]=>
                int(1)
              }
              ["table":protected]=>
              string(5) "types"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(17) {
                [0]=>
                string(6) "active"
                [1]=>
                string(10) "approvable"
                [2]=>
                string(18) "approvable_updates"
                [3]=>
                string(18) "approvable_reviews"
                [4]=>
                string(19) "approvable_comments"
                [5]=>
                string(19) "approvable_messages"
                [6]=>
                string(18) "approvable_replies"
                [7]=>
                string(11) "localizable"
                [8]=>
                string(10) "reviewable"
                [9]=>
                string(4) "type"
                [10]=>
                string(13) "name_singular"
                [11]=>
                string(11) "name_plural"
                [12]=>
                string(4) "slug"
                [13]=>
                string(4) "icon"
                [14]=>
                string(13) "peruser_limit"
                [15]=>
                string(14) "address_format"
                [16]=>
                string(13) "schematype_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(0) {
              }
              ["sortable":protected]=>
              array(0) {
              }
              ["translatable":protected]=>
              array(2) {
                [0]=>
                string(13) "name_singular"
                [1]=>
                string(11) "name_plural"
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
            }
            ["slug"]=>
            string(10) "type/index"
            ["page"]=>
            object(App\Models\Page)#795 (13) {
              ["items":protected]=>
              array(10) {
                ["id"]=>
                int(82)
                ["active"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["customizable"]=>
                NULL
                ["title"]=>
                string(22) "{"en":"{type_plural}"}"
                ["slug"]=>
                string(10) "type/index"
                ["meta_title"]=>
                string(31) "{"en":"Local deals and offers"}"
                ["meta_keywords"]=>
                string(109) "{"en":"local deals, free offers in my location, local giveaway, local discounts, discount shopping, coupons"}"
                ["meta_description"]=>
                string(143) "{"en":"A comprehensive directory of coupons, deals and offers available in your area. Redeem your local shopping offer to start saving today!"}"
                ["indexable"]=>
                int(1)
              }
              ["table":protected]=>
              string(5) "pages"
              ["query":protected]=>
              object(App\Src\Orm\Query)#779 (18) {
                ["types"]=>
                array(6) {
                  [0]=>
                  string(6) "SELECT"
                  [1]=>
                  string(6) "INSERT"
                  [2]=>
                  string(5) "MERGE"
                  [3]=>
                  string(6) "UPDATE"
                  [4]=>
                  string(6) "DELETE"
                  [5]=>
                  string(5) "ALTER"
                }
                ["connection"]=>
                object(App\Src\Dbal\Connection)#508 (4) {
                  ["handler":protected]=>
                  object(PDO)#509 (0) {
                  }
                  ["driver":protected]=>
                  object(App\Src\Dbal\Driver\Mysql\Driver)#510 (0) {
                  }
                  ["identifier":protected]=>
                  string(7) "default"
                  ["prefix":protected]=>
                  string(6) "phpls_"
                }
                ["type"]=>
                NULL
                ["alias"]=>
                NULL
                ["table"]=>
                string(11) "phpls_pages"
                ["columns"]=>
                array(0) {
                }
                ["alterColumns"]=>
                array(0) {
                }
                ["keys"]=>
                NULL
                ["values"]=>
                array(0) {
                }
                ["joins"]=>
                array(0) {
                }
                ["wheres"]=>
                array(0) {
                }
                ["orders"]=>
                array(0) {
                }
                ["groups"]=>
                array(0) {
                }
                ["havings"]=>
                array(0) {
                }
                ["offset"]=>
                NULL
                ["limit"]=>
                NULL
                ["model":protected]=>
                *RECURSION*
                ["with"]=>
                array(0) {
                }
              }
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(7) {
                [0]=>
                string(6) "active"
                [1]=>
                string(9) "indexable"
                [2]=>
                string(5) "title"
                [3]=>
                string(4) "slug"
                [4]=>
                string(10) "meta_title"
                [5]=>
                string(13) "meta_keywords"
                [6]=>
                string(16) "meta_description"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(2) {
                ["slug"]=>
                array(2) {
                  [0]=>
                  string(4) "slug"
                  [1]=>
                  string(4) "like"
                }
                ["type_id"]=>
                array(2) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                }
              }
              ["sortable":protected]=>
              array(3) {
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["slug"]=>
                array(1) {
                  [0]=>
                  string(4) "slug"
                }
              }
              ["translatable":protected]=>
              array(4) {
                [0]=>
                string(5) "title"
                [1]=>
                string(10) "meta_title"
                [2]=>
                string(13) "meta_keywords"
                [3]=>
                string(16) "meta_description"
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
            }
          }
        }
      }
    }
    [13]=>
    array(6) {
      ["file"]=>
      string(62) "/home/wgregorybell/public_html/phpls/app/Controllers/Index.php"
      ["line"]=>
      int(391)
      ["function"]=>
      string(6) "render"
      ["class"]=>
      string(15) "App\Models\Page"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(App\Src\Support\Collection)#825 (1) {
          ["items":protected]=>
          array(4) {
            ["params"]=>
            array(1) {
              ["slug"]=>
              string(10) "spotlights"
            }
            ["type"]=>
            object(App\Models\Type)#791 (13) {
              ["items":protected]=>
              array(19) {
                ["id"]=>
                int(6)
                ["deleted"]=>
                NULL
                ["approvable"]=>
                int(1)
                ["approvable_updates"]=>
                int(1)
                ["approvable_reviews"]=>
                int(1)
                ["approvable_comments"]=>
                int(1)
                ["approvable_messages"]=>
                int(1)
                ["approvable_replies"]=>
                int(1)
                ["localizable"]=>
                int(1)
                ["reviewable"]=>
                int(1)
                ["type"]=>
                string(11) "BlogPosting"
                ["name_singular"]=>
                string(18) "{"en":"Spotlight"}"
                ["name_plural"]=>
                string(19) "{"en":"Spotlights"}"
                ["slug"]=>
                string(10) "spotlights"
                ["icon"]=>
                string(15) "fas fa-bullhorn"
                ["peruser_limit"]=>
                int(0)
                ["address_format"]=>
                string(356) "<span itemprop="streetAddress">{address}</span>
<span itemprop="addressLocality">{location_3}</span>, <span itemprop="addressRegion">{location_2}</span> <span itemprop="postalCode">{zip}</span> <span itemprop="addressCountry">{location_1}</span>"
                ["weight"]=>
                int(6)
                ["active"]=>
                int(1)
              }
              ["table":protected]=>
              string(5) "types"
              ["query":protected]=>
              NULL
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(17) {
                [0]=>
                string(6) "active"
                [1]=>
                string(10) "approvable"
                [2]=>
                string(18) "approvable_updates"
                [3]=>
                string(18) "approvable_reviews"
                [4]=>
                string(19) "approvable_comments"
                [5]=>
                string(19) "approvable_messages"
                [6]=>
                string(18) "approvable_replies"
                [7]=>
                string(11) "localizable"
                [8]=>
                string(10) "reviewable"
                [9]=>
                string(4) "type"
                [10]=>
                string(13) "name_singular"
                [11]=>
                string(11) "name_plural"
                [12]=>
                string(4) "slug"
                [13]=>
                string(4) "icon"
                [14]=>
                string(13) "peruser_limit"
                [15]=>
                string(14) "address_format"
                [16]=>
                string(13) "schematype_id"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(0) {
              }
              ["sortable":protected]=>
              array(0) {
              }
              ["translatable":protected]=>
              array(2) {
                [0]=>
                string(13) "name_singular"
                [1]=>
                string(11) "name_plural"
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
            }
            ["slug"]=>
            string(10) "type/index"
            ["page"]=>
            object(App\Models\Page)#795 (13) {
              ["items":protected]=>
              array(10) {
                ["id"]=>
                int(82)
                ["active"]=>
                int(1)
                ["type_id"]=>
                int(6)
                ["customizable"]=>
                NULL
                ["title"]=>
                string(22) "{"en":"{type_plural}"}"
                ["slug"]=>
                string(10) "type/index"
                ["meta_title"]=>
                string(31) "{"en":"Local deals and offers"}"
                ["meta_keywords"]=>
                string(109) "{"en":"local deals, free offers in my location, local giveaway, local discounts, discount shopping, coupons"}"
                ["meta_description"]=>
                string(143) "{"en":"A comprehensive directory of coupons, deals and offers available in your area. Redeem your local shopping offer to start saving today!"}"
                ["indexable"]=>
                int(1)
              }
              ["table":protected]=>
              string(5) "pages"
              ["query":protected]=>
              object(App\Src\Orm\Query)#779 (18) {
                ["types"]=>
                array(6) {
                  [0]=>
                  string(6) "SELECT"
                  [1]=>
                  string(6) "INSERT"
                  [2]=>
                  string(5) "MERGE"
                  [3]=>
                  string(6) "UPDATE"
                  [4]=>
                  string(6) "DELETE"
                  [5]=>
                  string(5) "ALTER"
                }
                ["connection"]=>
                object(App\Src\Dbal\Connection)#508 (4) {
                  ["handler":protected]=>
                  object(PDO)#509 (0) {
                  }
                  ["driver":protected]=>
                  object(App\Src\Dbal\Driver\Mysql\Driver)#510 (0) {
                  }
                  ["identifier":protected]=>
                  string(7) "default"
                  ["prefix":protected]=>
                  string(6) "phpls_"
                }
                ["type"]=>
                NULL
                ["alias"]=>
                NULL
                ["table"]=>
                string(11) "phpls_pages"
                ["columns"]=>
                array(0) {
                }
                ["alterColumns"]=>
                array(0) {
                }
                ["keys"]=>
                NULL
                ["values"]=>
                array(0) {
                }
                ["joins"]=>
                array(0) {
                }
                ["wheres"]=>
                array(0) {
                }
                ["orders"]=>
                array(0) {
                }
                ["groups"]=>
                array(0) {
                }
                ["havings"]=>
                array(0) {
                }
                ["offset"]=>
                NULL
                ["limit"]=>
                NULL
                ["model":protected]=>
                *RECURSION*
                ["with"]=>
                array(0) {
                }
              }
              ["primaryKey":protected]=>
              string(2) "id"
              ["incrementing":protected]=>
              bool(true)
              ["relations":protected]=>
              array(0) {
              }
              ["fillable":protected]=>
              array(7) {
                [0]=>
                string(6) "active"
                [1]=>
                string(9) "indexable"
                [2]=>
                string(5) "title"
                [3]=>
                string(4) "slug"
                [4]=>
                string(10) "meta_title"
                [5]=>
                string(13) "meta_keywords"
                [6]=>
                string(16) "meta_description"
              }
              ["guarded":protected]=>
              array(0) {
              }
              ["searchable":protected]=>
              array(2) {
                ["slug"]=>
                array(2) {
                  [0]=>
                  string(4) "slug"
                  [1]=>
                  string(4) "like"
                }
                ["type_id"]=>
                array(2) {
                  [0]=>
                  string(7) "type_id"
                  [1]=>
                  string(2) "eq"
                }
              }
              ["sortable":protected]=>
              array(3) {
                ["id"]=>
                array(1) {
                  [0]=>
                  string(2) "id"
                }
                ["title"]=>
                array(1) {
                  [0]=>
                  string(5) "title"
                }
                ["slug"]=>
                array(1) {
                  [0]=>
                  string(4) "slug"
                }
              }
              ["translatable":protected]=>
              array(4) {
                [0]=>
                string(5) "title"
                [1]=>
                string(10) "meta_title"
                [2]=>
                string(13) "meta_keywords"
                [3]=>
                string(16) "meta_description"
              }
              ["exists":protected]=>
              bool(true)
              ["dirty":protected]=>
              array(0) {
              }
            }
          }
        }
      }
    }
    [14]=>
    array(6) {
      ["file"]=>
      string(67) "/home/wgregorybell/public_html/phpls/app/Src/Mvc/BaseController.php"
      ["line"]=>
      int(20)
      ["function"]=>
      string(12) "actionRouter"
      ["class"]=>
      string(21) "App\Controllers\Index"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        array(1) {
          ["slug"]=>
          string(10) "spotlights"
        }
      }
    }
    [15]=>
    array(6) {
      ["file"]=>
      string(60) "/home/wgregorybell/public_html/phpls/app/Src/Application.php"
      ["line"]=>
      int(184)
      ["function"]=>
      string(6) "action"
      ["class"]=>
      string(26) "App\Src\Mvc\BaseController"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(6) "Router"
        [1]=>
        array(1) {
          ["slug"]=>
          string(10) "spotlights"
        }
      }
    }
    [16]=>
    array(6) {
      ["file"]=>
      string(60) "/home/wgregorybell/public_html/phpls/app/Src/Application.php"
      ["line"]=>
      int(149)
      ["function"]=>
      string(8) "dispatch"
      ["class"]=>
      string(19) "App\Src\Application"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(12) "Index/Router"
        [1]=>
        array(1) {
          ["slug"]=>
          string(10) "spotlights"
        }
      }
    }
    [17]=>
    array(6) {
      ["file"]=>
      string(40) "/home/wgregorybell/public_html/index.php"
      ["line"]=>
      int(23)
      ["function"]=>
      string(7) "execute"
      ["class"]=>
      string(19) "App\Src\Application"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
  }
  ["previous":"Exception":private]=>
  NULL
  ["errorInfo"]=>
  array(3) {
    [0]=>
    string(5) "42000"
    [1]=>
    int(1064)
    [2]=>
    string(149) "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4"
  }
}