insert([ 'id' => '999', 'branch' => 'Testing', 'deli_info' => 'Testing', 'address' => 'Testing', 'city' => 'Test', 'postcode' => '12345', 'state' => 'Testing', 'country' => 'Testing', 'contact_person' => 'Testing', 'contact_person_no' => '12345', 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s'), 'com_id' => '999' ]); } }