object(App\Models\Associate)#2160 (27) {
  ["table":protected]=>
  string(13) "ppw_associate"
  ["connection":protected]=>
  string(5) "mysql"
  ["primaryKey":protected]=>
  string(2) "id"
  ["timestamps"]=>
  bool(true)
  ["fillable":protected]=>
  array(8) {
    [0]=>
    string(13) "business_name"
    [1]=>
    string(7) "remarks"
    [2]=>
    string(8) "location"
    [3]=>
    string(6) "status"
    [4]=>
    string(11) "description"
    [5]=>
    string(9) "open_time"
    [6]=>
    string(10) "close_time"
    [7]=>
    string(0) ""
  }
  ["statuses":protected]=>
  array(6) {
    ["pending"]=>
    int(0)
    ["verified"]=>
    int(1)
    ["rejected"]=>
    int(2)
    ["approved"]=>
    int(3)
    ["delete"]=>
    int(4)
    ["inactive"]=>
    int(5)
  }
  ["keyType":protected]=>
  string(3) "int"
  ["incrementing"]=>
  bool(true)
  ["with":protected]=>
  array(0) {
  }
  ["withCount":protected]=>
  array(0) {
  }
  ["perPage":protected]=>
  int(15)
  ["exists"]=>
  bool(true)
  ["wasRecentlyCreated"]=>
  bool(false)
  ["attributes":protected]=>
  array(36) {
    ["id"]=>
    int(6258)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(4)
    ["business_name"]=>
    string(15) "RichLands Kandy"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(20) "[email protected]"
    ["telephone"]=>
    string(10) "0773606922"
    ["logo"]=>
    string(44) "8510bb93a270c84decf35c0af915732a-868208.jpeg"
    ["district_id"]=>
    int(4)
    ["city_id"]=>
    int(377)
    ["created_at"]=>
    string(19) "2024-05-21 10:46:14"
    ["updated_at"]=>
    string(19) "2024-05-22 09:17:52"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "07:00:00"
    ["close_time"]=>
    string(8) "21:00:00"
    ["cover_photo"]=>
    string(44) "3ae0459bf0c279e02ff35b19c6a63c55-606125.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2024-05-21 05:16:14"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51792046)
    ["customer_to_ambassador_id"]=>
    int(51634974)
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    int(208)
    ["introduced_by"]=>
    NULL
    ["location"]=>
    NULL
    ["verticles"]=>
    NULL
    ["delivery_option"]=>
    int(0)
    ["new_rtn_phone"]=>
    NULL
    ["new_rtn_address"]=>
    NULL
    ["rtn_city"]=>
    NULL
    ["register_ecommerce"]=>
    int(0)
  }
  ["original":protected]=>
  array(36) {
    ["id"]=>
    int(6258)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(4)
    ["business_name"]=>
    string(15) "RichLands Kandy"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(20) "[email protected]"
    ["telephone"]=>
    string(10) "0773606922"
    ["logo"]=>
    string(44) "8510bb93a270c84decf35c0af915732a-868208.jpeg"
    ["district_id"]=>
    int(4)
    ["city_id"]=>
    int(377)
    ["created_at"]=>
    string(19) "2024-05-21 10:46:14"
    ["updated_at"]=>
    string(19) "2024-05-22 09:17:52"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "07:00:00"
    ["close_time"]=>
    string(8) "21:00:00"
    ["cover_photo"]=>
    string(44) "3ae0459bf0c279e02ff35b19c6a63c55-606125.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2024-05-21 05:16:14"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51792046)
    ["customer_to_ambassador_id"]=>
    int(51634974)
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    int(208)
    ["introduced_by"]=>
    NULL
    ["location"]=>
    NULL
    ["verticles"]=>
    NULL
    ["delivery_option"]=>
    int(0)
    ["new_rtn_phone"]=>
    NULL
    ["new_rtn_address"]=>
    NULL
    ["rtn_city"]=>
    NULL
    ["register_ecommerce"]=>
    int(0)
  }
  ["changes":protected]=>
  array(0) {
  }
  ["casts":protected]=>
  array(0) {
  }
  ["dates":protected]=>
  array(0) {
  }
  ["dateFormat":protected]=>
  NULL
  ["appends":protected]=>
  array(0) {
  }
  ["dispatchesEvents":protected]=>
  array(0) {
  }
  ["observables":protected]=>
  array(0) {
  }
  ["relations":protected]=>
  array(1) {
    ["associateAllowedVerticles"]=>
    object(Illuminate\Database\Eloquent\Collection)#2201 (1) {
      ["items":protected]=>
      array(1) {
        [0]=>
        object(App\Models\AssociateAllowedVertcle)#2195 (26) {
          ["table":protected]=>
          string(26) "associate_allowed_verticle"
          ["connection":protected]=>
          string(5) "mysql"
          ["primaryKey":protected]=>
          string(2) "id"
          ["keyType":protected]=>
          string(3) "int"
          ["incrementing"]=>
          bool(true)
          ["with":protected]=>
          array(0) {
          }
          ["withCount":protected]=>
          array(0) {
          }
          ["perPage":protected]=>
          int(15)
          ["exists"]=>
          bool(true)
          ["wasRecentlyCreated"]=>
          bool(false)
          ["attributes":protected]=>
          array(5) {
            ["id"]=>
            int(10295)
            ["associate_id"]=>
            int(6258)
            ["verticle_id"]=>
            int(4)
            ["created_at"]=>
            string(19) "2024-05-22 09:17:51"
            ["updated_at"]=>
            string(19) "2024-05-22 09:17:51"
          }
          ["original":protected]=>
          array(5) {
            ["id"]=>
            int(10295)
            ["associate_id"]=>
            int(6258)
            ["verticle_id"]=>
            int(4)
            ["created_at"]=>
            string(19) "2024-05-22 09:17:51"
            ["updated_at"]=>
            string(19) "2024-05-22 09:17:51"
          }
          ["changes":protected]=>
          array(0) {
          }
          ["casts":protected]=>
          array(0) {
          }
          ["dates":protected]=>
          array(0) {
          }
          ["dateFormat":protected]=>
          NULL
          ["appends":protected]=>
          array(0) {
          }
          ["dispatchesEvents":protected]=>
          array(0) {
          }
          ["observables":protected]=>
          array(0) {
          }
          ["relations":protected]=>
          array(0) {
          }
          ["touches":protected]=>
          array(0) {
          }
          ["timestamps"]=>
          bool(true)
          ["hidden":protected]=>
          array(0) {
          }
          ["visible":protected]=>
          array(0) {
          }
          ["fillable":protected]=>
          array(0) {
          }
          ["guarded":protected]=>
          array(1) {
            [0]=>
            string(1) "*"
          }
        }
      }
    }
  }
  ["touches":protected]=>
  array(0) {
  }
  ["hidden":protected]=>
  array(0) {
  }
  ["visible":protected]=>
  array(0) {
  }
  ["guarded":protected]=>
  array(1) {
    [0]=>
    string(1) "*"
  }
}
                    
                        string(44) "8510bb93a270c84decf35c0af915732a-868208.jpeg"
                    
                        string(114) "https://patpat-s3-live.s3.amazonaws.com/uploads/images/associate/logo/8510bb93a270c84decf35c0af915732a-868208.jpeg"
                    

RichLands Kandy

0
0 ratings / 4297 views
0Reviews
0Ratings
4297Views

House For Sale In Kundasale

Beds-3 , Baths-3 , Size-2700 sqft

Kandy . Kundasale  |  House

2024-09-09

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 45,000,000

: Rs 639,373

Home Loans

Land For Sale In Watapuluwa

12.6 Perches

Kandy . Watapuluwa  |  Land

2024-09-06

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 12,285,000

: Rs 174,549

Home Loans

House For Sale In Madawala Bazaar

Beds-4 , Baths-2 , Size-2030 sqft

Kandy . Madawala Bazaar  |  House

2024-08-28

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 13,000,000

: Rs 184,708

Home Loans

House For Sale In Matale

Beds-7 , Baths-5 , Size-4500 sqft

Matale . Matale  |  House

2024-08-28

Remove From My Favorites Loading.. Add To My Favorites Loading..

More Information

Land For Sale In Ampitiya

15.5 Perches

Kandy . Ampitiya  |  Land

2024-06-29

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 6,045,000

: Rs 85,889

Home Loans

Hotel For Sale In Kandy

4200 sqft

Kandy . Kandy  |  Commercial Buildings

2024-06-10

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 115,000,000

: Rs 1,633,954

Home Loans

House For Sale In Katugastota

Beds-4 , Baths-4 , Size-2200 sqft

Kandy . Katugastota  |  House

2024-06-07

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 21,000,000

: Rs 298,374

Home Loans

Land For Sale In Katugastota

10 Perches

Kandy . Katugastota  |  Land

2024-06-02

Remove From My Favorites Loading.. Add To My Favorites Loading..

: Rs 4,800,000

: Rs 68,200

Home Loans
Back
All Comments (0)