insert([ [ 'company_name' => 'Jiraaf', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'PropShare', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'Strata', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'Faicent', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'Bay Capital', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'LiquiLoans', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], [ 'company_name' => 'IndiaBulls AMC', 'company_logo' => '', 'status' => 1, 'created_by' => 1, 'modified_by' => 1, 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s') ], ]); } }