object(App\Models\Associate)#2102 (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(3201)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(2)
    ["business_name"]=>
    string(32) "The Open University of Sri Lanka"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(15) "hdmech@oc.ac.lk"
    ["telephone"]=>
    string(10) "0112881379"
    ["logo"]=>
    string(36) "e1f105c4b1e7f2d9e9a49e8573ebf102.jpg"
    ["district_id"]=>
    int(1)
    ["city_id"]=>
    int(70)
    ["created_at"]=>
    string(19) "2020-10-22 08:28:10"
    ["updated_at"]=>
    string(19) "2022-09-05 13:48:09"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "09:00:00"
    ["close_time"]=>
    string(8) "16:15:00"
    ["cover_photo"]=>
    string(44) "c1ac3dc6302c3db285fd1529dc6bdd9d-322872.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2020-10-22 08:28:10"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51656013)
    ["customer_to_ambassador_id"]=>
    NULL
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    NULL
    ["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(3201)
    ["title"]=>
    NULL
    ["slug"]=>
    NULL
    ["category_id"]=>
    int(2)
    ["business_name"]=>
    string(32) "The Open University of Sri Lanka"
    ["seo_name"]=>
    NULL
    ["email"]=>
    string(15) "hdmech@oc.ac.lk"
    ["telephone"]=>
    string(10) "0112881379"
    ["logo"]=>
    string(36) "e1f105c4b1e7f2d9e9a49e8573ebf102.jpg"
    ["district_id"]=>
    int(1)
    ["city_id"]=>
    int(70)
    ["created_at"]=>
    string(19) "2020-10-22 08:28:10"
    ["updated_at"]=>
    string(19) "2022-09-05 13:48:09"
    ["description"]=>
    NULL
    ["open_time"]=>
    string(8) "09:00:00"
    ["close_time"]=>
    string(8) "16:15:00"
    ["cover_photo"]=>
    string(44) "c1ac3dc6302c3db285fd1529dc6bdd9d-322872.jpeg"
    ["br_photo"]=>
    NULL
    ["aviation_photo"]=>
    NULL
    ["br_available"]=>
    int(0)
    ["remarks"]=>
    NULL
    ["aviation_available"]=>
    int(0)
    ["deleted_at"]=>
    string(19) "2020-10-22 08:28:10"
    ["status"]=>
    int(1)
    ["customer_id"]=>
    int(51656013)
    ["customer_to_ambassador_id"]=>
    NULL
    ["customer_to_officer_id"]=>
    NULL
    ["branch_id"]=>
    NULL
    ["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)#2154 (1) {
      ["items":protected]=>
      array(1) {
        [0]=>
        object(App\Models\AssociateAllowedVertcle)#2148 (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(7302)
            ["associate_id"]=>
            int(3201)
            ["verticle_id"]=>
            int(2)
            ["created_at"]=>
            string(19) "2022-09-05 13:48:09"
            ["updated_at"]=>
            string(19) "2022-09-05 13:48:09"
          }
          ["original":protected]=>
          array(5) {
            ["id"]=>
            int(7302)
            ["associate_id"]=>
            int(3201)
            ["verticle_id"]=>
            int(2)
            ["created_at"]=>
            string(19) "2022-09-05 13:48:09"
            ["updated_at"]=>
            string(19) "2022-09-05 13:48:09"
          }
          ["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(36) "e1f105c4b1e7f2d9e9a49e8573ebf102.jpg"
                    
                        string(105) "http://patpat-s3-live.s3.amazonaws.com/uploads/images/associate/logo/e1f105c4b1e7f2d9e9a49e8573ebf102.jpg"
                    

The Open University Of Sri Lanka

0
0 ratings / 17259 views
0Reviews
0Ratings
17259Views

BA in Tamil and Tamil Language Teaching

Dept. of Language Studies

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

4 Years

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

: Rs 57,100

Quick Loan

Advanced Certificate In English For Business & Professional Communication

Dept. of Language Studies, Faculty of Humanities and Social Sciences

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

2 Years

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

: Rs 43,350

Quick Loan

Short Course in Professional Computer Applications

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Information Technology

6 Months (Every Sundays)

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

: Rs 30,000

Quick Loan

The Open University Of Sri Lanka - Advanced Certificate In Sinhala As A Second Language

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

01 Years

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

: Rs 27,000

Quick Loan

The Open University Of Sri Lanka - Certificate In Tamil As A Second Language

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

01 Years

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

: Rs 27,000

Quick Loan

Certificate In Sinhala As A Second Language

Faculty of Humanities & Social Sciences

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

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

: Rs 27,000

Quick Loan

The Open University Of Sri Lanka - Certificate In Sinhala As A Second Language

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

01 Years

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

: Rs 27,000

Quick Loan

Advanced Certificate In Sinhala As A Second Language

Faculty of Humanities & Social Sciences

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

1 Year

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

: Rs 27,000

Quick Loan

The Open University Of Sri Lanka - Advanced Certificate In Tamil As A Second Language

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

01 Years

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

: Rs 27,000

Quick Loan

Short Course On Research Methodology In Education

Dept. of Secondary and Tertiary

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

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

: Rs 25,000

Quick Loan

Short Course In Professional Web Development Using Joomla And Wordpress (Online)

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Information Technology

3 Months

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

: Rs 25,000

Quick Loan

Short Course On School Management (Online)

Department of Educational Leadership and Management

The Open University of Sri Lanka

Colombo, Nugegoda  |  Management

3 Months

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

: Rs 25,000

Quick Loan

Online Short Course On Teaching Children With Learning Disabilities

Dept. of Special Needs, Faculty of Education

The Open University of Sri Lanka

Colombo, Nugegoda  |  Teacher Training

3 Months

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

: Rs 16,000

Quick Loan

The Open University Of Sri Lanka Kandy - Revit Architecture Short Courses

The Open University Of Sri Lanka

The Open University of Sri Lanka

Kandy, Kandy  |  Other

04 Months

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

: Rs 15,000

Quick Loan

Short Course For Effective Use Of Autocad For Engineering Drawings (Online)

Department of Mechanical Engineering

The Open University of Sri Lanka

Colombo, Nugegoda  |  Information Technology

60 Hours

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

: Rs 15,000

Quick Loan

Short Course in Professional Certificate in Revit Architecture (Online)

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Architecture

4 Months

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

: Rs 15,000

Quick Loan

Short Course In Graphic Designing

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Information Technology

4 Months

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

: Rs 15,000

Quick Loan

Plant Breeding Techniques (Short Course)

Dept. of Botany

The Open University of Sri Lanka

Colombo, Nugegoda  |  Other

2 Months

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

: Rs 15,000

Quick Loan

The Open University Of Sri Lanka Kandy - AutoCAD Short Course

The Open University Of Sri Lanka

The Open University of Sri Lanka

Kandy, Kandy  |  Other

04 Months

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

: Rs 15,000

Quick Loan

Short Course In Graphic Designing - Open University Of Sri Lanka

The Open University Of Sri Lanka

The Open University of Sri Lanka

Colombo, Nugegoda  |  Information Technology

04 Months

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

: Rs 15,000

Quick Loan

The Open University Of Sri Lanka Kandy - Graphic Desiging Short Courses

The Open University Of Sri Lanka

The Open University of Sri Lanka

Kandy, Kandy  |  Information Technology

04 Months

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

: Rs 15,000

Quick Loan

Bachelor Of Education Honours In Drama And Theatre

Dept. of Secondary and Tertiary Education

The Open University of Sri Lanka

Colombo, Nugegoda  |  Education

4 Years

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

: Rs 12,510

Quick Loan

Short Course in Professional Web Designing (Online)

Galle Study Centre

The Open University of Sri Lanka

Colombo, Galle  |  Information Technology

4 Months

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

: Rs 12,500

Quick Loan

The Open University Of Sri Lanka Kandy - Web Designing Short Course

The Open University Of Sri Lanka

The Open University of Sri Lanka

Kandy, Kandy  |  Other

04 Months

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

: Rs 12,500

Quick Loan
Back
All Comments (0)