object(App\Models\Associate)#2153 (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(5491)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(4)
    ["business_name"]=>
    string(14) "Nanda Property"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(23) "nandakumarawa@gmail.com"
    ["telephone"]=>
    string(10) "0764015635"
    ["logo"]=>
    string(44) "4fa96dee2bb414833ed75c54699ad4e6-304027.jpeg"
    ["district_id"]=>
    int(1)
    ["city_id"]=>
    int(12)
    ["created_at"]=>
    string(19) "2022-08-30 15:14:06"
    ["updated_at"]=>
    string(19) "2022-08-30 15:15:00"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "08:00:00"
    ["close_time"]=>
    string(8) "17:00:00"
    ["cover_photo"]=>
    string(44) "b791b5808d023eb5b5086ce8b74b6762-934295.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2022-08-30 09:44:06"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51730994)
    ["customer_to_ambassador_id"]=>
    int(51709861)
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    int(112)
    ["introduced_by"]=>
    NULL
    ["location"]=>
    NULL
    ["verticles"]=>
    NULL
    ["delivery_option"]=>
    NULL
    ["new_rtn_phone"]=>
    NULL
    ["new_rtn_address"]=>
    NULL
    ["rtn_city"]=>
    NULL
    ["register_ecommerce"]=>
    int(0)
  }
  ["original":protected]=>
  array(36) {
    ["id"]=>
    int(5491)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(4)
    ["business_name"]=>
    string(14) "Nanda Property"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(23) "nandakumarawa@gmail.com"
    ["telephone"]=>
    string(10) "0764015635"
    ["logo"]=>
    string(44) "4fa96dee2bb414833ed75c54699ad4e6-304027.jpeg"
    ["district_id"]=>
    int(1)
    ["city_id"]=>
    int(12)
    ["created_at"]=>
    string(19) "2022-08-30 15:14:06"
    ["updated_at"]=>
    string(19) "2022-08-30 15:15:00"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "08:00:00"
    ["close_time"]=>
    string(8) "17:00:00"
    ["cover_photo"]=>
    string(44) "b791b5808d023eb5b5086ce8b74b6762-934295.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2022-08-30 09:44:06"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51730994)
    ["customer_to_ambassador_id"]=>
    int(51709861)
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    int(112)
    ["introduced_by"]=>
    NULL
    ["location"]=>
    NULL
    ["verticles"]=>
    NULL
    ["delivery_option"]=>
    NULL
    ["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)#2211 (1) {
      ["items":protected]=>
      array(1) {
        [0]=>
        object(App\Models\AssociateAllowedVertcle)#2205 (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(7256)
            ["associate_id"]=>
            int(5491)
            ["verticle_id"]=>
            int(4)
            ["created_at"]=>
            string(19) "2022-08-30 15:14:59"
            ["updated_at"]=>
            string(19) "2022-08-30 15:14:59"
          }
          ["original":protected]=>
          array(5) {
            ["id"]=>
            int(7256)
            ["associate_id"]=>
            int(5491)
            ["verticle_id"]=>
            int(4)
            ["created_at"]=>
            string(19) "2022-08-30 15:14:59"
            ["updated_at"]=>
            string(19) "2022-08-30 15:14:59"
          }
          ["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) "4fa96dee2bb414833ed75c54699ad4e6-304027.jpeg"
                    
                        string(113) "http://patpat-s3-live.s3.amazonaws.com/uploads/images/associate/logo/4fa96dee2bb414833ed75c54699ad4e6-304027.jpeg"
                    

Nanda Property

0
0 ratings / 64330 views
0Reviews
0Ratings
64330Views

House For Sale In Kadawatha

Beds-5 , Baths-3 , Size-2500 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 26,500,000

: Rs 376,520

Home Loans

House For Sale In Kadawatha

Beds-4 , Baths-3 , Size-2000 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 10,000,000

: Rs 142,083

Home Loans

Land For Sale In Ganemulla

22 Perches

Gampaha . Ganemulla  |  Land

2024-04-30

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

More Information

House For Sale In Kelaniya

Beds-2 , Baths-1 , Size-1500 sqft

Gampaha . Kelaniya  |  House

2024-04-30

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

: Rs 13,000,000

: Rs 184,708

Home Loans

House For Sale In Ganemulla

Beds-5 , Baths-3 , Size-4000 sqft

Gampaha . Ganemulla  |  House

2024-04-30

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

: Rs 32,000,000

: Rs 454,665

Home Loans

House For Sale In Ganemulla

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

Gampaha . Ganemulla  |  House

2024-04-30

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

: Rs 9,000,000

: Rs 127,875

Home Loans

House For Sale In Weliveriya

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

Gampaha . Weliveriya  |  House

2024-04-30

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

: Rs 10,000,000

: Rs 142,083

Home Loans

House For Sale In Kadawatha

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

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 16,500,000

: Rs 234,437

Home Loans

House For Sale In Kadawatha

Beds-7 , Baths-3 , Size-2500 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 13,000,000

: Rs 184,708

Home Loans

House For Sale In Makola

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

Gampaha . Makola  |  House

2024-04-30

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

: Rs 26,500,000

: Rs 376,520

Home Loans

House For Sale In Udugampola

Beds-5 , Baths-2 , Size-3000 sqft

Gampaha . Udugampola  |  House

2024-04-30

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

: Rs 29,500,000

: Rs 419,145

Home Loans

House For Sale In Kelaniya

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

Gampaha . Kelaniya  |  House

2024-04-30

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

: Rs 25,000,000

: Rs 355,207

Home Loans

House For Sale In Weliveriya

Beds-4 , Baths-3 , Size-5000 sqft

Gampaha . Weliveriya  |  House

2024-04-30

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

: Rs 29,500,000

: Rs 419,145

Home Loans

House For Sale In Wattala

Beds-3 , Baths-2 , Size-2886.5 sqft

Gampaha . Wattala  |  House

2024-04-30

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

: Rs 36,500,000

: Rs 518,603

Home Loans

House For Sale In Ragama

Beds-3 , Baths-1 , Size-1500 sqft

Gampaha . Ragama  |  House

2024-04-30

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

: Rs 13,500,000

: Rs 191,812

Home Loans

House For Sale In Peliyagoda

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

Gampaha . Peliyagoda  |  House

2024-04-30

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

: Rs 30,000,000

: Rs 426,249

Home Loans

House For Sale In Minuwangoda

Beds-4 , Baths-3 , Size-3600 sqft

Gampaha . Minuwangoda  |  House

2024-04-30

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

: Rs 44,500,000

: Rs 632,269

Home Loans

House For Sale In Kadawatha

Beds-4 , Baths-5 , Size-3600 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 65,000,000

: Rs 923,539

Home Loans

House For Sale In Mahara

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

Gampaha . Mahara  |  House

2024-04-30

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

: Rs 32,700,000

: Rs 464,611

Home Loans

House For Sale In Makola

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

Gampaha . Makola  |  House

2024-04-30

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

: Rs 52,500,000

: Rs 745,936

Home Loans

House For Sale In Ganemulla

Beds-5 , Baths-2 , Size-2500 sqft

Gampaha . Ganemulla  |  House

2024-04-30

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

: Rs 19,000,000

: Rs 269,958

Home Loans

House For Sale In Delgoda

Beds-5 , Baths-2 , Size-2500 sqft

Gampaha . Delgoda  |  House

2024-04-30

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

: Rs 21,500,000

: Rs 305,478

Home Loans

House For Sale In Kadawatha

Beds-3 , Baths-2 , Size-2500 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 26,000,000

: Rs 369,416

Home Loans

House For Sale In Kadawatha

Beds-3 , Baths-2 , Size-2500 sqft

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 14,900,000

: Rs 211,704

Home Loans

House For Sale In Kadawatha

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

Gampaha . Kadawatha  |  House

2024-04-30

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

: Rs 10,000,000

: Rs 142,083

Home Loans
Back
All Comments (0)